#2C4800

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

Shades of Turtle Green #2C4800

Tints of Turtle Green #2C4800

Color information

#2C4800 (or 0x2C4800) is unknown color: approx 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

RGB44720-
CMYK0.39010.72
HSL83.33º100%14.12%-
HSV(B)83.33º100%28.24%-
XYZ3.365.170.82-
YUV55.4296.72119.85-

RGB Variations

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

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 (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal447200.39010.7283.3310014.12
Hex2C48027064485364e
Octal54110047014411012314416
Binary10110010010000100111011001001001000101001111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C4800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>