#254931

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

Shades of Kaitoke Green #254931

Tints of Kaitoke Green #254931

Color information

#254931 (or 0x254931) is unknown color: approx Kaitoke Green. HEX triplet: 25, 49 and 31. RGB value is (37,73,49). Sum of RGB (Red+Green+Blue) = 37+73+49=159 (21% of max value = 765). Red value is 37 (14.84% from 255 or 23.27% from 159); Green value is 73 (28.91% from 255 or 45.91% from 159); Blue value is 49 (19.53% from 255 or 30.82% from 159); Max value from RGB is 73 - color contains mainly: green. Hex color #254931 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #254931 is #DAB6CE. Grayscale: #3B3B3B. Windows color (decimal): -14333647 or 3229989. OLE color: 3229989.

HSL color Cylindrical-coordinate representation of color #254931: hue angle of 140º degrees, saturation: 0.33, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #254931 is Cyan = 0.49, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.71.

Color convert

RGB377349-
CMYK0.4900.330.71
HSL140º32.73%21.57%-
HSV(B)140º49.32%28.63%-
XYZ3.75.383.75-
YUV59.5122.07111.95-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 23.27%
GREEN value IS 73 (28.91% from 255) = 45.91%
BLUE value IS 49 (19.53% from 255) = 30.82%
R=23.27%
G=45.91%
B=30.82%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3773490.4900.330.7114032.7321.57
Hex25493131021478c2116
Octal4511161610411072144126
Binary1001011001001110001110001010000110001111000110010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254931

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #254931; }

 p { color: rgb(37,73,49); }

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

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

 a { background-color: rgb(37,73,49); }

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

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

 span { border-color: rgb(37,73,49); }

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