Html Css Color HEX #244200 Turtle Green

📋 copy color: '#244200'

red 36 ◦ green 66 ◦ blue 0

#244200
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turtle Green #244200

Tints of Turtle Green #244200

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 value IS 0.45

 M value IS 0

 Y value IS 1

 K value IS 0.74

RGB Variations

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

Color information

#244200 (or 0x244200) is known color: 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

RGB 36 66 0 -
CMYK 0.45 0 1 0.74
HSL 87.27º 1% 0.13% -
HSV(B) 87.27º 1% 0.26% -
XYZ 2.68 4.27 0.68 -
YUV 49.51 100.06 118.37 -
System Red Green Blue C M Y K H S L
Decimal 36 66 0 0.45 0 1 0.74 87.27 1 0.13
Hex 24 42 0 2D 0 64 4A 57 64 D
Octal 44 102 0 55 0 144 112 127 144 15
Binary 100100 1000010 0 101101 0 1100100 1001010 1010111 1100100 1101

Color Harmonies of #244200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #244200

Black with #244200

Text Example


Text Example

White with #244200

Text Example


Text Example

HTML Codes & Css Web 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>