#254F39

Color #254F39 Kaitoke Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kaitoke Green #254F39

Tints of Kaitoke Green #254F39

Color information

#254F39 (or 0x254F39) is unknown color: approx Kaitoke Green. HEX triplet: 25, 4F and 39. RGB value is (37,79,57). Sum of RGB (Red+Green+Blue) = 37+79+57=173 (22% of max value = 765). Red value is 37 (14.84% from 255 or 21.39% from 173); Green value is 79 (31.25% from 255 or 45.66% from 173); Blue value is 57 (22.66% from 255 or 32.95% from 173); Max value from RGB is 79 - color contains mainly: green. Hex color #254F39 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #254F39 is #DAB0C6. Grayscale: #3F3F3F. Windows color (decimal): -14332103 or 3755813. OLE color: 3755813.

HSL color Cylindrical-coordinate representation of color #254F39: hue angle of 148.57º degrees, saturation: 0.36, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #254F39 is Cyan = 0.53, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.69.

Color convert

RGB377957-
CMYK0.5300.280.69
HSL148.57º36.21%22.75%-
HSV(B)148.57º53.16%30.98%-
XYZ4.36.284.86-
YUV63.93124.09108.79-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 21.39%
GREEN value IS 79 (31.25% from 255) = 45.66%
BLUE value IS 57 (22.66% from 255) = 32.95%
R=21.39%
G=45.66%
B=32.95%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3779570.5300.280.69148.5736.2122.75
Hex254F393501C45952417
Octal4511771650341052254427
Binary100101100111111100111010101110010001011001010110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254F39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #254F39; }

 p { color: rgb(37,79,57); }

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

<style>
 a { background-color: #254F39; }

 a { background-color: rgb(37,79,57); }

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

<style>
 span { border-color: #254F39; }

 span { border-color: rgb(37,79,57); }

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