#244F31

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

Shades of Kaitoke Green #244F31

Tints of Kaitoke Green #244F31

Color information

#244F31 (or 0x244F31) is unknown color: approx Kaitoke Green. HEX triplet: 24, 4F and 31. RGB value is (36,79,49). Sum of RGB (Red+Green+Blue) = 36+79+49=164 (21% of max value = 765). Red value is 36 (14.45% from 255 or 21.95% from 164); Green value is 79 (31.25% from 255 or 48.17% from 164); Blue value is 49 (19.53% from 255 or 29.88% from 164); Max value from RGB is 79 - color contains mainly: green. Hex color #244F31 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #244F31 is #DBB0CE. Grayscale: #3E3E3E. Windows color (decimal): -14397647 or 3231524. OLE color: 3231524.

HSL color Cylindrical-coordinate representation of color #244F31: hue angle of 138.14º degrees, saturation: 0.37, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #244F31 is Cyan = 0.54, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.69.

Color convert

RGB367949-
CMYK0.5400.380.69
HSL138.14º37.39%22.55%-
HSV(B)138.14º54.43%30.98%-
XYZ4.086.193.89-
YUV62.72120.25108.94-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 21.95%
GREEN value IS 79 (31.25% from 255) = 48.17%
BLUE value IS 49 (19.53% from 255) = 29.88%
R=21.95%
G=48.17%
B=29.88%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3679490.5400.380.69138.1437.3922.55
Hex244F3136026458a2517
Octal4411761660461052124527
Binary1001001001111110001110110010011010001011000101010010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #244F31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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