#244C2D

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

Shades of Kaitoke Green #244C2D

Tints of Kaitoke Green #244C2D

Color information

#244C2D (or 0x244C2D) is unknown color: approx Kaitoke Green. HEX triplet: 24, 4C and 2D. RGB value is (36,76,45). Sum of RGB (Red+Green+Blue) = 36+76+45=157 (20% of max value = 765). Red value is 36 (14.45% from 255 or 22.93% from 157); Green value is 76 (30.08% from 255 or 48.41% from 157); Blue value is 45 (17.97% from 255 or 28.66% from 157); Max value from RGB is 76 - color contains mainly: green. Hex color #244C2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #244C2D is #DBB3D2. Grayscale: #3C3C3C. Windows color (decimal): -14398419 or 2968612. OLE color: 2968612.

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

Color convert

RGB367645-
CMYK0.5300.410.70
HSL133.5º35.71%21.96%-
HSV(B)133.5º52.63%29.8%-
XYZ3.795.733.39-
YUV60.51119.25110.52-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 22.93%
GREEN value IS 76 (30.08% from 255) = 48.41%
BLUE value IS 45 (17.97% from 255) = 28.66%
R=22.93%
G=48.41%
B=28.66%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3676450.5300.410.70133.535.7121.96
Hex244C2D3502946862416
Octal4411455650511062064426
Binary1001001001100101101110101010100110001101000011010010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #244C2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,76,45); }

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

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

 a { background-color: rgb(36,76,45); }

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

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

 span { border-color: rgb(36,76,45); }

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