#2E410F

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

Shades of Turtle Green #2E410F

Tints of Turtle Green #2E410F

Color information

#2E410F (or 0x2E410F) is unknown color: approx Turtle Green. HEX triplet: 2E, 41 and 0F. RGB value is (46,65,15). Sum of RGB (Red+Green+Blue) = 46+65+15=126 (16% of max value = 765). Red value is 46 (18.36% from 255 or 36.51% from 126); Green value is 65 (25.78% from 255 or 51.59% from 126); Blue value is 15 (6.25% from 255 or 11.90% from 126); Max value from RGB is 65 - color contains mainly: green. Hex color #2E410F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E410F is #D1BEF0. Grayscale: #353535. Windows color (decimal): -13745905 or 999726. OLE color: 999726.

HSL color Cylindrical-coordinate representation of color #2E410F: hue angle of 82.8º degrees, saturation: 0.62, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2E410F is Cyan = 0.29, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.75.

Color convert

RGB466515-
CMYK0.2900.770.75
HSL82.8º62.5%15.69%-
HSV(B)82.8º76.92%25.49%-
XYZ3.14.41.14-
YUV53.62106.21122.57-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 36.51%
GREEN value IS 65 (25.78% from 255) = 51.59%
BLUE value IS 15 (6.25% from 255) = 11.90%
R=36.51%
G=51.59%
B=11.90%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4665150.2900.770.7582.862.515.69
Hex2E41F1D04D4B533e10
Octal56101173501151131237620
Binary1011101000001111111101010011011001011101001111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E410F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,65,15); }

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

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

 a { background-color: rgb(46,65,15); }

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

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

 span { border-color: rgb(46,65,15); }

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