#254F34

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

Shades of Kaitoke Green #254F34

Tints of Kaitoke Green #254F34

Color information

#254F34 (or 0x254F34) is unknown color: approx Kaitoke Green. HEX triplet: 25, 4F and 34. RGB value is (37,79,52). Sum of RGB (Red+Green+Blue) = 37+79+52=168 (22% of max value = 765). Red value is 37 (14.84% from 255 or 22.02% from 168); Green value is 79 (31.25% from 255 or 47.02% from 168); Blue value is 52 (20.70% from 255 or 30.95% from 168); Max value from RGB is 79 - color contains mainly: green. Hex color #254F34 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #254F34 is #DAB0CB. Grayscale: #3F3F3F. Windows color (decimal): -14332108 or 3428133. OLE color: 3428133.

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

Color convert

RGB377952-
CMYK0.5300.340.69
HSL141.43º36.21%22.75%-
HSV(B)141.43º53.16%30.98%-
XYZ4.186.234.23-
YUV63.36121.59109.2-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 22.02%
GREEN value IS 79 (31.25% from 255) = 47.02%
BLUE value IS 52 (20.70% from 255) = 30.95%
R=22.02%
G=47.02%
B=30.95%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3779520.5300.340.69141.4336.2122.75
Hex254F3435022458d2417
Octal4511764650421052154427
Binary1001011001111110100110101010001010001011000110110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254F34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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