#2E340D

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

Shades of Turtle Green #2E340D

Tints of Turtle Green #2E340D

Color information

#2E340D (or 0x2E340D) is unknown color: approx Turtle Green. HEX triplet: 2E, 34 and 0D. RGB value is (46,52,13). Sum of RGB (Red+Green+Blue) = 46+52+13=111 (14% of max value = 765). Red value is 46 (18.36% from 255 or 41.44% from 111); Green value is 52 (20.70% from 255 or 46.85% from 111); Blue value is 13 (5.47% from 255 or 11.71% from 111); Max value from RGB is 52 - color contains mainly: green. Hex color #2E340D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E340D is #D1CBF2. Grayscale: #2D2D2D. Windows color (decimal): -13749235 or 865326. OLE color: 865326.

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

Color convert

RGB465213-
CMYK0.1200.750.80
HSL69.23º60%12.75%-
HSV(B)69.23º75%20.39%-
XYZ2.433.070.84-
YUV45.76109.51128.17-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 41.44%
GREEN value IS 52 (20.70% from 255) = 46.85%
BLUE value IS 13 (5.47% from 255) = 11.71%
R=41.44%
G=46.85%
B=11.71%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4652130.1200.750.8069.236012.75
Hex2E34DC04B50453cd
Octal5664151401131201057415
Binary1011101101001101110001001011101000010001011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E340D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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