#244A31

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

Shades of Kaitoke Green #244A31

Tints of Kaitoke Green #244A31

Color information

#244A31 (or 0x244A31) is unknown color: approx Kaitoke Green. HEX triplet: 24, 4A and 31. RGB value is (36,74,49). Sum of RGB (Red+Green+Blue) = 36+74+49=159 (21% of max value = 765). Red value is 36 (14.45% from 255 or 22.64% from 159); Green value is 74 (29.30% from 255 or 46.54% from 159); Blue value is 49 (19.53% from 255 or 30.82% from 159); Max value from RGB is 74 - color contains mainly: green. Hex color #244A31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #244A31 is #DBB5CE. Grayscale: #3B3B3B. Windows color (decimal): -14398927 or 3230244. OLE color: 3230244.

HSL color Cylindrical-coordinate representation of color #244A31: hue angle of 140.53º degrees, saturation: 0.35, 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 #244A31 is Cyan = 0.51, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.71.

Color convert

RGB367449-
CMYK0.5100.340.71
HSL140.53º34.55%21.57%-
HSV(B)140.53º51.35%29.02%-
XYZ3.735.493.77-
YUV59.79121.91111.03-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 22.64%
GREEN value IS 74 (29.30% from 255) = 46.54%
BLUE value IS 49 (19.53% from 255) = 30.82%
R=22.64%
G=46.54%
B=30.82%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3674490.5100.340.71140.5334.5521.57
Hex244A3133022478d2316
Octal4411261630421072154326
Binary1001001001010110001110011010001010001111000110110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #244A31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #244A31; }

 p { color: rgb(36,74,49); }

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

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

 a { background-color: rgb(36,74,49); }

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

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

 span { border-color: rgb(36,74,49); }

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