#2E340C

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

Shades of Turtle Green #2E340C

Tints of Turtle Green #2E340C

Color information

#2E340C (or 0x2E340C) is unknown color: approx Turtle Green. HEX triplet: 2E, 34 and 0C. RGB value is (46,52,12). Sum of RGB (Red+Green+Blue) = 46+52+12=110 (14% of max value = 765). Red value is 46 (18.36% from 255 or 41.82% from 110); Green value is 52 (20.70% from 255 or 47.27% from 110); Blue value is 12 (5.08% from 255 or 10.91% from 110); Max value from RGB is 52 - color contains mainly: green. Hex color #2E340C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E340C is #D1CBF3. Grayscale: #2D2D2D. Windows color (decimal): -13749236 or 799790. OLE color: 799790.

HSL color Cylindrical-coordinate representation of color #2E340C: hue angle of 69º degrees, saturation: 0.62, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2E340C is Cyan = 0.12, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.80.

Color convert

RGB465212-
CMYK0.1200.770.80
HSL69º62.5%12.55%-
HSV(B)69º76.92%20.39%-
XYZ2.423.060.81-
YUV45.65109.01128.25-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 41.82%
GREEN value IS 52 (20.70% from 255) = 47.27%
BLUE value IS 12 (5.08% from 255) = 10.91%
R=41.82%
G=47.27%
B=10.91%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4652120.1200.770.806962.512.55
Hex2E34CC04D50453ed
Octal5664141401151201057615
Binary1011101101001100110001001101101000010001011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E340C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,52,12); }

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

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

 a { background-color: rgb(46,52,12); }

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

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

 span { border-color: rgb(46,52,12); }

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