#2E330C

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

Shades of Turtle Green #2E330C

Tints of Turtle Green #2E330C

Color information

#2E330C (or 0x2E330C) is unknown color: approx Turtle Green. HEX triplet: 2E, 33 and 0C. RGB value is (46,51,12). Sum of RGB (Red+Green+Blue) = 46+51+12=109 (14% of max value = 765). Red value is 46 (18.36% from 255 or 42.20% from 109); Green value is 51 (20.31% from 255 or 46.79% from 109); Blue value is 12 (5.08% from 255 or 11.01% from 109); Max value from RGB is 51 - color contains mainly: green. Hex color #2E330C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E330C is #D1CCF3. Grayscale: #2D2D2D. Windows color (decimal): -13749492 or 799534. OLE color: 799534.

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

Color convert

RGB465112-
CMYK0.1000.760.8
HSL67.69º61.9%12.35%-
HSV(B)67.69º76.47%20%-
XYZ2.382.980.8-
YUV45.06109.34128.67-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 42.20%
GREEN value IS 51 (20.31% from 255) = 46.79%
BLUE value IS 12 (5.08% from 255) = 11.01%
R=42.20%
G=46.79%
B=11.01%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal4651120.1000.760.867.6961.912.35
Hex2E33CA04C50443ec
Octal5663141201141201047614
Binary1011101100111100101001001100101000010001001111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E330C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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