#254F37

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

Shades of Kaitoke Green #254F37

Tints of Kaitoke Green #254F37

Color information

#254F37 (or 0x254F37) is unknown color: approx Kaitoke Green. HEX triplet: 25, 4F and 37. RGB value is (37,79,55). Sum of RGB (Red+Green+Blue) = 37+79+55=171 (22% of max value = 765). Red value is 37 (14.84% from 255 or 21.64% from 171); Green value is 79 (31.25% from 255 or 46.20% from 171); Blue value is 55 (21.88% from 255 or 32.16% from 171); Max value from RGB is 79 - color contains mainly: green. Hex color #254F37 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #254F37 is #DAB0C8. Grayscale: #3F3F3F. Windows color (decimal): -14332105 or 3624741. OLE color: 3624741.

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

Color convert

RGB377955-
CMYK0.5300.300.69
HSL145.71º36.21%22.75%-
HSV(B)145.71º53.16%30.98%-
XYZ4.256.264.6-
YUV63.71123.09108.95-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 21.64%
GREEN value IS 79 (31.25% from 255) = 46.20%
BLUE value IS 55 (21.88% from 255) = 32.16%
R=21.64%
G=46.20%
B=32.16%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3779550.5300.300.69145.7136.2122.75
Hex254F373501E45922417
Octal4511767650361052224427
Binary100101100111111011111010101111010001011001001010010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254F37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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