#2E350C

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

Shades of Turtle Green #2E350C

Tints of Turtle Green #2E350C

Color information

#2E350C (or 0x2E350C) is unknown color: approx Turtle Green. HEX triplet: 2E, 35 and 0C. RGB value is (46,53,12). Sum of RGB (Red+Green+Blue) = 46+53+12=111 (14% of max value = 765). Red value is 46 (18.36% from 255 or 41.44% from 111); Green value is 53 (21.09% from 255 or 47.75% from 111); Blue value is 12 (5.08% from 255 or 10.81% from 111); Max value from RGB is 53 - color contains mainly: green. Hex color #2E350C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E350C is #D1CAF3. Grayscale: #2E2E2E. Windows color (decimal): -13748980 or 800046. OLE color: 800046.

HSL color Cylindrical-coordinate representation of color #2E350C: hue angle of 70.24º degrees, saturation: 0.63, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2E350C is Cyan = 0.13, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.79.

Color convert

RGB465312-
CMYK0.1300.770.79
HSL70.24º63.08%12.75%-
HSV(B)70.24º77.36%20.78%-
XYZ2.473.150.83-
YUV46.23108.68127.83-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 41.44%
GREEN value IS 53 (21.09% from 255) = 47.75%
BLUE value IS 12 (5.08% from 255) = 10.81%
R=41.44%
G=47.75%
B=10.81%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal4653120.1300.770.7970.2463.0812.75
Hex2E35CD04D4F463fd
Octal5665141501151171067715
Binary1011101101011100110101001101100111110001101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E350C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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