#2C3311

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

Shades of Turtle Green #2C3311

Tints of Turtle Green #2C3311

Color information

#2C3311 (or 0x2C3311) is unknown color: approx Turtle Green. HEX triplet: 2C, 33 and 11. RGB value is (44,51,17). Sum of RGB (Red+Green+Blue) = 44+51+17=112 (14% of max value = 765). Red value is 44 (17.58% from 255 or 39.29% from 112); Green value is 51 (20.31% from 255 or 45.54% from 112); Blue value is 17 (7.03% from 255 or 15.18% from 112); Max value from RGB is 51 - color contains mainly: green. Hex color #2C3311 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2C3311 is #D3CCEE. Grayscale: #2D2D2D. Windows color (decimal): -13880559 or 1127212. OLE color: 1127212.

HSL color Cylindrical-coordinate representation of color #2C3311: hue angle of 72.35º degrees, saturation: 0.5, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2C3311 is Cyan = 0.14, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.8.

Color convert

RGB445117-
CMYK0.1400.670.8
HSL72.35º50%13.33%-
HSV(B)72.35º66.67%20%-
XYZ2.322.940.98-
YUV45.03112.18127.26-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 39.29%
GREEN value IS 51 (20.31% from 255) = 45.54%
BLUE value IS 17 (7.03% from 255) = 15.18%
R=39.29%
G=45.54%
B=15.18%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal4451170.1400.670.872.355013.33
Hex2C3311E043504832d
Octal5463211601031201106215
Binary10110011001110001111001000011101000010010001100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C3311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,51,17); }

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

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

 a { background-color: rgb(44,51,17); }

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

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

 span { border-color: rgb(44,51,17); }

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