#254F33

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

Shades of Kaitoke Green #254F33

Tints of Kaitoke Green #254F33

Color information

#254F33 (or 0x254F33) is unknown color: approx Kaitoke Green. HEX triplet: 25, 4F and 33. RGB value is (37,79,51). Sum of RGB (Red+Green+Blue) = 37+79+51=167 (22% of max value = 765). Red value is 37 (14.84% from 255 or 22.16% from 167); Green value is 79 (31.25% from 255 or 47.31% from 167); Blue value is 51 (20.31% from 255 or 30.54% from 167); Max value from RGB is 79 - color contains mainly: green. Hex color #254F33 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #254F33 is #DAB0CC. Grayscale: #3F3F3F. Windows color (decimal): -14332109 or 3362597. OLE color: 3362597.

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

Color convert

RGB377951-
CMYK0.5300.350.69
HSL140º36.21%22.75%-
HSV(B)140º53.16%30.98%-
XYZ4.166.224.11-
YUV63.25121.09109.28-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 22.16%
GREEN value IS 79 (31.25% from 255) = 47.31%
BLUE value IS 51 (20.31% from 255) = 30.54%
R=22.16%
G=47.31%
B=30.54%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3779510.5300.350.6914036.2122.75
Hex254F3335023458c2417
Octal4511763650431052144427
Binary1001011001111110011110101010001110001011000110010010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254F33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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