#25906B

Color #25906B Elf Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Elf Green #25906B

Tints of Elf Green #25906B

Color information

#25906B (or 0x25906B) is unknown color: approx Elf Green. HEX triplet: 25, 90 and 6B. RGB value is (37,144,107). Sum of RGB (Red+Green+Blue) = 37+144+107=288 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.85% from 288); Green value is 144 (56.64% from 255 or 50% from 288); Blue value is 107 (42.19% from 255 or 37.15% from 288); Max value from RGB is 144 - color contains mainly: green. Hex color #25906B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #25906B is #DA6F94. Grayscale: #6B6B6B. Windows color (decimal): -14315413 or 7049253. OLE color: 7049253.

HSL color Cylindrical-coordinate representation of color #25906B: hue angle of 159.25º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #25906B is Cyan = 0.74, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.44.

Color convert

RGB37144107-
CMYK0.7400.260.44
HSL159.25º59.12%35.49%-
HSV(B)159.25º74.31%56.47%-
XYZ13.3921.417.34-
YUV107.79127.5577.51-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 37 (14.84% from 255) = 12.85%
GREEN value IS 144 (56.64% from 255) = 50%
BLUE value IS 107 (42.19% from 255) = 37.15%
R=12.85%
G=50%
B=37.15%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal371441070.7400.260.44159.2559.1235.49
Hex25906B4A01A2C9f3b23
Octal45220153112032542377343
Binary100101100100001101011100101001101010110010011111111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25906B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25906B; }

 p { color: rgb(37,144,107); }

 H1.HeaderClassName
 {
   color: #25906B;
 }
 .AnyTagClassName
 {
   color: #25906B;
 }
</style>
background-color css

<style>
 a { background-color: #25906B; }

 a { background-color: rgb(37,144,107); }

 div.DivClassName
 {
   background-color: #25906B;
 }
 .BgClassName
 {
   background-color: #25906B;
 }
</style>
border-color css

<style>
 span { border-color: #25906B; }

 span { border-color: rgb(37,144,107); }

 td.TdClassName
 {
   border-color: #25906B;
 }
 .TagClassName
 {
   border-color: #25906B;
 }
</style>