#2E330B

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

Shades of Turtle Green #2E330B

Tints of Turtle Green #2E330B

Color information

#2E330B (or 0x2E330B) is unknown color: approx Turtle Green. HEX triplet: 2E, 33 and 0B. RGB value is (46,51,11). Sum of RGB (Red+Green+Blue) = 46+51+11=108 (14% of max value = 765). Red value is 46 (18.36% from 255 or 42.59% from 108); Green value is 51 (20.31% from 255 or 47.22% from 108); Blue value is 11 (4.69% from 255 or 10.19% from 108); Max value from RGB is 51 - color contains mainly: green. Hex color #2E330B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E330B is #D1CCF4. Grayscale: #2D2D2D. Windows color (decimal): -13749493 or 733998. OLE color: 733998.

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

Color convert

RGB465111-
CMYK0.1000.780.8
HSL67.5º64.52%12.16%-
HSV(B)67.5º78.43%20%-
XYZ2.372.970.77-
YUV44.94108.84128.75-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 42.59%
GREEN value IS 51 (20.31% from 255) = 47.22%
BLUE value IS 11 (4.69% from 255) = 10.19%
R=42.59%
G=47.22%
B=10.19%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal4651110.1000.780.867.564.5212.16
Hex2E33BA04E504441c
Octal56631312011612010410114
Binary10111011001110111010010011101010000100010010000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E330B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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