#254E38

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

Shades of Kaitoke Green #254E38

Tints of Kaitoke Green #254E38

Color information

#254E38 (or 0x254E38) is unknown color: approx Kaitoke Green. HEX triplet: 25, 4E and 38. RGB value is (37,78,56). Sum of RGB (Red+Green+Blue) = 37+78+56=171 (22% of max value = 765). Red value is 37 (14.84% from 255 or 21.64% from 171); Green value is 78 (30.86% from 255 or 45.61% from 171); Blue value is 56 (22.27% from 255 or 32.75% from 171); Max value from RGB is 78 - color contains mainly: green. Hex color #254E38 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #254E38 is #DAB1C7. Grayscale: #3F3F3F. Windows color (decimal): -14332360 or 3690021. OLE color: 3690021.

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

Color convert

RGB377856-
CMYK0.5300.280.69
HSL147.8º35.65%22.55%-
HSV(B)147.8º52.56%30.59%-
XYZ4.26.134.7-
YUV63.23123.92109.29-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 21.64%
GREEN value IS 78 (30.86% from 255) = 45.61%
BLUE value IS 56 (22.27% from 255) = 32.75%
R=21.64%
G=45.61%
B=32.75%

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
Decimal3778560.5300.280.69147.835.6522.55
Hex254E383501C45942417
Octal4511670650341052244427
Binary100101100111011100011010101110010001011001010010010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254E38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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