#2E3905

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

Shades of Turtle Green #2E3905

Tints of Turtle Green #2E3905

Color information

#2E3905 (or 0x2E3905) is unknown color: approx Turtle Green. HEX triplet: 2E, 39 and 05. RGB value is (46,57,5). Sum of RGB (Red+Green+Blue) = 46+57+5=108 (14% of max value = 765). Red value is 46 (18.36% from 255 or 42.59% from 108); Green value is 57 (22.66% from 255 or 52.78% from 108); Blue value is 5 (2.34% from 255 or 4.63% from 108); Max value from RGB is 57 - color contains mainly: green. Hex color #2E3905 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E3905 is #D1C6FA. Grayscale: #2F2F2F. Windows color (decimal): -13747963 or 342318. OLE color: 342318.

HSL color Cylindrical-coordinate representation of color #2E3905: hue angle of 72.69º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2E3905 is Cyan = 0.19, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.78.

Color convert

RGB46575-
CMYK0.1900.910.78
HSL72.69º83.87%12.16%-
HSV(B)72.69º91.23%22.35%-
XYZ2.623.520.68-
YUV47.78103.86126.73-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 42.59%
GREEN value IS 57 (22.66% from 255) = 52.78%
BLUE value IS 5 (2.34% from 255) = 4.63%
R=42.59%
G=52.78%
B=4.63%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal465750.1900.910.7872.6983.8712.16
Hex2E3951305B4E4954c
Octal5671523013311611112414
Binary10111011100110110011010110111001110100100110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E3905

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,57,5); }

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

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

 a { background-color: rgb(46,57,5); }

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

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

 span { border-color: rgb(46,57,5); }

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