Html Css Color HEX #2C4800 Turtle Green

📋 copy color: '#2C4800'

red 44 ◦ green 72 ◦ blue 0

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

Shades of Turtle Green #2C4800

Tints of Turtle Green #2C4800

RGB

 RED value IS 44 (17.58% from 255) = 37.93%

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

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

R = 37.93%
G = 62.07%
B = 0%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 1

 K value IS 0.72

RGB Variations

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

Color information

#2C4800 (or 0x2C4800) is known color: Turtle Green. HEX triplet: 2C, 48 and 00. RGB value is (44,72,0). Sum of RGB (Red+Green+Blue) = 44+72+0=116 (15% of max value = 765). Red value is 44 (17.58% from 255 or 37.93% from 116); Green value is 72 (28.52% from 255 or 62.07% from 116); Blue value is 0 (0.39% from 255 or 0% from 116); Max value from RGB is 72 - color contains mainly: green. Hex color #2C4800 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2C4800 is #D3B7FF. Grayscale: #373737. Windows color (decimal): -13875200 or 18476. OLE color: 18476.

HSL color Cylindrical-coordinate representation of color #2C4800: hue angle of 83.33º 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 #2C4800 is Cyan = 0.39, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.72.

Color convert

RGB 44 72 0 -
CMYK 0.39 0 1 0.72
HSL 83.33º 1% 0.14% -
HSV(B) 83.33º 1% 0.28% -
XYZ 3.36 5.17 0.82 -
YUV 55.42 96.72 119.85 -
System Red Green Blue C M Y K H S L
Decimal 44 72 0 0.39 0 1 0.72 83.33 1 0.14
Hex 2C 48 0 27 0 64 48 53 64 E
Octal 54 110 0 47 0 144 110 123 144 16
Binary 101100 1001000 0 100111 0 1100100 1001000 1010011 1100100 1110

Color Harmonies of #2C4800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C4800

Black with #2C4800

Text Example


Text Example

White with #2C4800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2C4800; }

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

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

background-color css

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

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

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

border-color css

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

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

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