#25856B

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

Shades of Elf Green #25856B

Tints of Elf Green #25856B

Color information

#25856B (or 0x25856B) is unknown color: approx Elf Green. HEX triplet: 25, 85 and 6B. RGB value is (37,133,107). Sum of RGB (Red+Green+Blue) = 37+133+107=277 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.36% from 277); Green value is 133 (52.34% from 255 or 48.01% from 277); Blue value is 107 (42.19% from 255 or 38.63% from 277); Max value from RGB is 133 - color contains mainly: green. Hex color #25856B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #25856B is #DA7A94. Grayscale: #656565. Windows color (decimal): -14318229 or 7046437. OLE color: 7046437.

HSL color Cylindrical-coordinate representation of color #25856B: hue angle of 163.75º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #25856B is Cyan = 0.72, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.48.

Color convert

RGB37133107-
CMYK0.7200.200.48
HSL163.75º56.47%33.33%-
HSV(B)163.75º72.18%52.16%-
XYZ11.818.2316.81-
YUV101.33131.282.11-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 13.36%
GREEN value IS 133 (52.34% from 255) = 48.01%
BLUE value IS 107 (42.19% from 255) = 38.63%
R=13.36%
G=48.01%
B=38.63%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal371331070.7200.200.48163.7556.4733.33
Hex25856B4801430a43821
Octal45205153110024602447041
Binary100101100001011101011100100001010011000010100100111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25856B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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