#254A33

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

Shades of Kaitoke Green #254A33

Tints of Kaitoke Green #254A33

Color information

#254A33 (or 0x254A33) is unknown color: approx Kaitoke Green. HEX triplet: 25, 4A and 33. RGB value is (37,74,51). Sum of RGB (Red+Green+Blue) = 37+74+51=162 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.84% from 162); Green value is 74 (29.30% from 255 or 45.68% from 162); Blue value is 51 (20.31% from 255 or 31.48% from 162); Max value from RGB is 74 - color contains mainly: green. Hex color #254A33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #254A33 is #DAB5CC. Grayscale: #3C3C3C. Windows color (decimal): -14333389 or 3361317. OLE color: 3361317.

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

Color convert

RGB377451-
CMYK0.5000.310.71
HSL142.7º33.33%21.76%-
HSV(B)142.7º50%29.02%-
XYZ3.815.534-
YUV60.31122.74111.37-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 22.84%
GREEN value IS 74 (29.30% from 255) = 45.68%
BLUE value IS 51 (20.31% from 255) = 31.48%
R=22.84%
G=45.68%
B=31.48%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3774510.5000.310.71142.733.3321.76
Hex254A333201F478f2116
Octal4511263620371072174126
Binary100101100101011001111001001111110001111000111110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254A33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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