#244D2E

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

Shades of Kaitoke Green #244D2E

Tints of Kaitoke Green #244D2E

Color information

#244D2E (or 0x244D2E) is unknown color: approx Kaitoke Green. HEX triplet: 24, 4D and 2E. RGB value is (36,77,46). Sum of RGB (Red+Green+Blue) = 36+77+46=159 (21% of max value = 765). Red value is 36 (14.45% from 255 or 22.64% from 159); Green value is 77 (30.47% from 255 or 48.43% from 159); Blue value is 46 (18.36% from 255 or 28.93% from 159); Max value from RGB is 77 - color contains mainly: green. Hex color #244D2E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #244D2E is #DBB2D1. Grayscale: #3D3D3D. Windows color (decimal): -14398162 or 3034404. OLE color: 3034404.

HSL color Cylindrical-coordinate representation of color #244D2E: hue angle of 134.63º degrees, saturation: 0.36, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #244D2E is Cyan = 0.53, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.70.

Color convert

RGB367746-
CMYK0.5300.400.70
HSL134.63º36.28%22.16%-
HSV(B)134.63º53.25%30.2%-
XYZ3.875.883.52-
YUV61.21119.42110.02-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 22.64%
GREEN value IS 77 (30.47% from 255) = 48.43%
BLUE value IS 46 (18.36% from 255) = 28.93%
R=22.64%
G=48.43%
B=28.93%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3677460.5300.400.70134.6336.2822.16
Hex244D2E3502846872416
Octal4411556650501062074426
Binary1001001001101101110110101010100010001101000011110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #244D2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,77,46); }

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

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

 a { background-color: rgb(36,77,46); }

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

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

 span { border-color: rgb(36,77,46); }

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