#244200

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

Shades of Turtle Green #244200

Tints of Turtle Green #244200

Color information

#244200 (or 0x244200) is unknown color: approx Turtle Green. HEX triplet: 24, 42 and 00. RGB value is (36,66,0). Sum of RGB (Red+Green+Blue) = 36+66+0=102 (13% of max value = 765). Red value is 36 (14.45% from 255 or 35.29% from 102); Green value is 66 (26.17% from 255 or 64.71% from 102); Blue value is 0 (0.39% from 255 or 0% from 102); Max value from RGB is 66 - color contains mainly: green. Hex color #244200 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #244200 is #DBBDFF. Grayscale: #313131. Windows color (decimal): -14401024 or 16932. OLE color: 16932.

HSL color Cylindrical-coordinate representation of color #244200: hue angle of 87.27º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 1%. Process color model (Four color, CMYK) of #244200 is Cyan = 0.45, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.74.

Color convert

RGB36660-
CMYK0.45010.74
HSL87.27º100%12.94%-
HSV(B)87.27º100%25.88%-
XYZ2.684.270.68-
YUV49.51100.06118.37-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 35.29%
GREEN value IS 66 (26.17% from 255) = 64.71%
BLUE value IS 0 (0.39% from 255) = 0%
R=35.29%
G=64.71%
B=0%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal366600.45010.7487.2710012.94
Hex244202D0644A5764d
Octal44102055014411212714415
Binary10010010000100101101011001001001010101011111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #244200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #244200; }

 p { color: rgb(36,66,0); }

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

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

 a { background-color: rgb(36,66,0); }

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

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

 span { border-color: rgb(36,66,0); }

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