#2C3411

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

Shades of Turtle Green #2C3411

Tints of Turtle Green #2C3411

Color information

#2C3411 (or 0x2C3411) is unknown color: approx Turtle Green. HEX triplet: 2C, 34 and 11. RGB value is (44,52,17). Sum of RGB (Red+Green+Blue) = 44+52+17=113 (14% of max value = 765). Red value is 44 (17.58% from 255 or 38.94% from 113); Green value is 52 (20.70% from 255 or 46.02% from 113); Blue value is 17 (7.03% from 255 or 15.04% from 113); Max value from RGB is 52 - color contains mainly: green. Hex color #2C3411 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2C3411 is #D3CBEE. Grayscale: #2D2D2D. Windows color (decimal): -13880303 or 1127468. OLE color: 1127468.

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

Color convert

RGB445217-
CMYK0.1500.670.80
HSL73.71º50.72%13.53%-
HSV(B)73.71º67.31%20.39%-
XYZ2.373.030.99-
YUV45.62111.85126.85-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 38.94%
GREEN value IS 52 (20.70% from 255) = 46.02%
BLUE value IS 17 (7.03% from 255) = 15.04%
R=38.94%
G=46.02%
B=15.04%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4452170.1500.670.8073.7150.7213.53
Hex2C3411F043504a33e
Octal5464211701031201126316
Binary10110011010010001111101000011101000010010101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C3411

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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