#254B32

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

Shades of Kaitoke Green #254B32

Tints of Kaitoke Green #254B32

Color information

#254B32 (or 0x254B32) is unknown color: approx Kaitoke Green. HEX triplet: 25, 4B and 32. RGB value is (37,75,50). Sum of RGB (Red+Green+Blue) = 37+75+50=162 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.84% from 162); Green value is 75 (29.69% from 255 or 46.30% from 162); Blue value is 50 (19.92% from 255 or 30.86% from 162); Max value from RGB is 75 - color contains mainly: green. Hex color #254B32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #254B32 is #DAB4CD. Grayscale: #3C3C3C. Windows color (decimal): -14333134 or 3296037. OLE color: 3296037.

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

Color convert

RGB377550-
CMYK0.5100.330.71
HSL140.53º33.93%21.96%-
HSV(B)140.53º50.67%29.41%-
XYZ3.855.663.91-
YUV60.79121.91111.03-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 22.84%
GREEN value IS 75 (29.69% from 255) = 46.30%
BLUE value IS 50 (19.92% from 255) = 30.86%
R=22.84%
G=46.30%
B=30.86%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3775500.5100.330.71140.5333.9321.96
Hex254B3233021478d2216
Octal4511362630411072154226
Binary1001011001011110010110011010000110001111000110110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254B32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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