#2E4208

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

Shades of Turtle Green #2E4208

Tints of Turtle Green #2E4208

Color information

#2E4208 (or 0x2E4208) is unknown color: approx Turtle Green. HEX triplet: 2E, 42 and 08. RGB value is (46,66,8). Sum of RGB (Red+Green+Blue) = 46+66+8=120 (15% of max value = 765). Red value is 46 (18.36% from 255 or 38.33% from 120); Green value is 66 (26.17% from 255 or 55% from 120); Blue value is 8 (3.52% from 255 or 6.67% from 120); Max value from RGB is 66 - color contains mainly: green. Hex color #2E4208 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E4208 is #D1BDF7. Grayscale: #353535. Windows color (decimal): -13745656 or 541230. OLE color: 541230.

HSL color Cylindrical-coordinate representation of color #2E4208: hue angle of 80.69º degrees, saturation: 0.78, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2E4208 is Cyan = 0.30, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.74.

Color convert

RGB46668-
CMYK0.3000.880.74
HSL80.69º78.38%14.51%-
HSV(B)80.69º87.88%25.88%-
XYZ3.124.490.93-
YUV53.41102.37122.72-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 38.33%
GREEN value IS 66 (26.17% from 255) = 55%
BLUE value IS 8 (3.52% from 255) = 6.67%
R=38.33%
G=55%
B=6.67%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal466680.3000.880.7480.6978.3814.51
Hex2E4281E0584A514ef
Octal561021036013011212111617
Binary1011101000010100011110010110001001010101000110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E4208

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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