#244F2F

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

Shades of Kaitoke Green #244F2F

Tints of Kaitoke Green #244F2F

Color information

#244F2F (or 0x244F2F) is unknown color: approx Kaitoke Green. HEX triplet: 24, 4F and 2F. RGB value is (36,79,47). Sum of RGB (Red+Green+Blue) = 36+79+47=162 (21% of max value = 765). Red value is 36 (14.45% from 255 or 22.22% from 162); Green value is 79 (31.25% from 255 or 48.77% from 162); Blue value is 47 (18.75% from 255 or 29.01% from 162); Max value from RGB is 79 - color contains mainly: green. Hex color #244F2F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #244F2F is #DBB0D0. Grayscale: #3E3E3E. Windows color (decimal): -14397649 or 3100452. OLE color: 3100452.

HSL color Cylindrical-coordinate representation of color #244F2F: hue angle of 135.35º 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 #244F2F is Cyan = 0.54, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.69.

Color convert

RGB367947-
CMYK0.5400.410.69
HSL135.35º37.39%22.55%-
HSV(B)135.35º54.43%30.98%-
XYZ4.046.173.67-
YUV62.5119.25109.1-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 22.22%
GREEN value IS 79 (31.25% from 255) = 48.77%
BLUE value IS 47 (18.75% from 255) = 29.01%
R=22.22%
G=48.77%
B=29.01%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3679470.5400.410.69135.3537.3922.55
Hex244F2F3602945872517
Octal4411757660511052074527
Binary1001001001111101111110110010100110001011000011110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #244F2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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