#2C4706

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

Shades of Turtle Green #2C4706

Tints of Turtle Green #2C4706

Color information

#2C4706 (or 0x2C4706) is unknown color: approx Turtle Green. HEX triplet: 2C, 47 and 06. RGB value is (44,71,6). Sum of RGB (Red+Green+Blue) = 44+71+6=121 (16% of max value = 765). Red value is 44 (17.58% from 255 or 36.36% from 121); Green value is 71 (28.12% from 255 or 58.68% from 121); Blue value is 6 (2.73% from 255 or 4.96% from 121); Max value from RGB is 71 - color contains mainly: green. Hex color #2C4706 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2C4706 is #D3B8F9. Grayscale: #373737. Windows color (decimal): -13875450 or 411436. OLE color: 411436.

HSL color Cylindrical-coordinate representation of color #2C4706: hue angle of 84.92º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2C4706 is Cyan = 0.38, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.72.

Color convert

RGB44716-
CMYK0.3800.920.72
HSL84.92º84.42%15.1%-
HSV(B)84.92º91.55%27.84%-
XYZ3.325.060.97-
YUV55.52100.05119.79-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 36.36%
GREEN value IS 71 (28.12% from 255) = 58.68%
BLUE value IS 6 (2.73% from 255) = 4.96%
R=36.36%
G=58.68%
B=4.96%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal447160.3800.920.7284.9284.4215.1
Hex2C4762605C485554f
Octal54107646013411012512417
Binary1011001000111110100110010111001001000101010110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C4706

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,71,6); }

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

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

 a { background-color: rgb(44,71,6); }

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

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

 span { border-color: rgb(44,71,6); }

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