Html Css Color HEX #244800 Turtle Green

📋 copy color: '#244800'

red 36 ◦ green 72 ◦ blue 0

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

Shades of Turtle Green #244800

Tints of Turtle Green #244800

RGB

 RED value IS 36 (14.45% from 255) = 33.33%

 GREEN value IS 72 (28.52% from 255) = 66.67%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 33.33%
G = 66.67%
B = 0%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 1

 K value IS 0.72

RGB Variations

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

Color information

#244800 (or 0x244800) is known color: Turtle Green. HEX triplet: 24, 48 and 00. RGB value is (36,72,0). Sum of RGB (Red+Green+Blue) = 36+72+0=108 (14% of max value = 765). Red value is 36 (14.45% from 255 or 33.33% from 108); Green value is 72 (28.52% from 255 or 66.67% from 108); Blue value is 0 (0.39% from 255 or 0% from 108); Max value from RGB is 72 - color contains mainly: green. Hex color #244800 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #244800 is #DBB7FF. Grayscale: #353535. Windows color (decimal): -14399488 or 18468. OLE color: 18468.

HSL color Cylindrical-coordinate representation of color #244800: hue angle of 90º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 1%. Process color model (Four color, CMYK) of #244800 is Cyan = 0.5, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.72.

Color convert

RGB 36 72 0 -
CMYK 0.5 0 1 0.72
HSL 90º 1% 0.14% -
HSV(B) 90º 1% 0.28% -
XYZ 3.04 5.01 0.81 -
YUV 53.03 98.07 115.85 -
System Red Green Blue C M Y K H S L
Decimal 36 72 0 0.5 0 1 0.72 90 1 0.14
Hex 24 48 0 32 0 64 48 5A 64 E
Octal 44 110 0 62 0 144 110 132 144 16
Binary 100100 1001000 0 110010 0 1100100 1001000 1011010 1100100 1110

Color Harmonies of #244800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #244800

Black with #244800

Text Example


Text Example

White with #244800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #244800; }

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

 H1.HeaderClassName
 {
   color: #244800;
 }
 .AnyTagClassName
 {
   color: #244800;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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