#254E32

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

Shades of Kaitoke Green #254E32

Tints of Kaitoke Green #254E32

Color information

#254E32 (or 0x254E32) is unknown color: approx Kaitoke Green. HEX triplet: 25, 4E and 32. RGB value is (37,78,50). Sum of RGB (Red+Green+Blue) = 37+78+50=165 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.42% from 165); Green value is 78 (30.86% from 255 or 47.27% from 165); Blue value is 50 (19.92% from 255 or 30.30% from 165); Max value from RGB is 78 - color contains mainly: green. Hex color #254E32 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #254E32 is #DAB1CD. Grayscale: #3E3E3E. Windows color (decimal): -14332366 or 3296805. OLE color: 3296805.

HSL color Cylindrical-coordinate representation of color #254E32: hue angle of 139.02º 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 #254E32 is Cyan = 0.53, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.69.

Color convert

RGB377850-
CMYK0.5300.360.69
HSL139.02º35.65%22.55%-
HSV(B)139.02º52.56%30.59%-
XYZ4.066.073.98-
YUV62.55120.92109.78-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 22.42%
GREEN value IS 78 (30.86% from 255) = 47.27%
BLUE value IS 50 (19.92% from 255) = 30.30%
R=22.42%
G=47.27%
B=30.30%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3778500.5300.360.69139.0235.6522.55
Hex254E3235024458b2417
Octal4511662650441052134427
Binary1001011001110110010110101010010010001011000101110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254E32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,78,50); }

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

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

 a { background-color: rgb(37,78,50); }

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

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

 span { border-color: rgb(37,78,50); }

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