#2E3208

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

Shades of Turtle Green #2E3208

Tints of Turtle Green #2E3208

Color information

#2E3208 (or 0x2E3208) is unknown color: approx Turtle Green. HEX triplet: 2E, 32 and 08. RGB value is (46,50,8). Sum of RGB (Red+Green+Blue) = 46+50+8=104 (13% of max value = 765). Red value is 46 (18.36% from 255 or 44.23% from 104); Green value is 50 (19.92% from 255 or 48.08% from 104); Blue value is 8 (3.52% from 255 or 7.69% from 104); Max value from RGB is 50 - color contains mainly: green. Hex color #2E3208 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E3208 is #D1CDF7. Grayscale: #2C2C2C. Windows color (decimal): -13749752 or 537134. OLE color: 537134.

HSL color Cylindrical-coordinate representation of color #2E3208: hue angle of 65.71º degrees, saturation: 0.72, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2E3208 is Cyan = 0.08, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.80.

Color convert

RGB46508-
CMYK0.0800.840.80
HSL65.71º72.41%11.37%-
HSV(B)65.71º84%19.61%-
XYZ2.312.880.66-
YUV44.02107.67129.42-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 44.23%
GREEN value IS 50 (19.92% from 255) = 48.08%
BLUE value IS 8 (3.52% from 255) = 7.69%
R=44.23%
G=48.08%
B=7.69%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal465080.0800.840.8065.7172.4111.37
Hex2E3288054504248b
Octal56621010012412010211013
Binary10111011001010001000010101001010000100001010010001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E3208

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,50,8); }

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

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

 a { background-color: rgb(46,50,8); }

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

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

 span { border-color: rgb(46,50,8); }

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