#2E3311

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

Shades of Turtle Green #2E3311

Tints of Turtle Green #2E3311

Color information

#2E3311 (or 0x2E3311) is unknown color: approx Turtle Green. HEX triplet: 2E, 33 and 11. RGB value is (46,51,17). Sum of RGB (Red+Green+Blue) = 46+51+17=114 (15% of max value = 765). Red value is 46 (18.36% from 255 or 40.35% from 114); Green value is 51 (20.31% from 255 or 44.74% from 114); Blue value is 17 (7.03% from 255 or 14.91% from 114); Max value from RGB is 51 - color contains mainly: green. Hex color #2E3311 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E3311 is #D1CCEE. Grayscale: #2D2D2D. Windows color (decimal): -13749487 or 1127214. OLE color: 1127214.

HSL color Cylindrical-coordinate representation of color #2E3311: hue angle of 68.82º 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 #2E3311 is Cyan = 0.10, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.8.

Color convert

RGB465117-
CMYK0.1000.670.8
HSL68.82º50%13.33%-
HSV(B)68.82º66.67%20%-
XYZ2.412.990.98-
YUV45.63111.84128.26-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 40.35%
GREEN value IS 51 (20.31% from 255) = 44.74%
BLUE value IS 17 (7.03% from 255) = 14.91%
R=40.35%
G=44.74%
B=14.91%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal4651170.1000.670.868.825013.33
Hex2E3311A043504532d
Octal5663211201031201056215
Binary10111011001110001101001000011101000010001011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E3311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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