#2E470F

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

Shades of Turtle Green #2E470F

Tints of Turtle Green #2E470F

Color information

#2E470F (or 0x2E470F) is unknown color: approx Turtle Green. HEX triplet: 2E, 47 and 0F. RGB value is (46,71,15). Sum of RGB (Red+Green+Blue) = 46+71+15=132 (17% of max value = 765). Red value is 46 (18.36% from 255 or 34.85% from 132); Green value is 71 (28.12% from 255 or 53.79% from 132); Blue value is 15 (6.25% from 255 or 11.36% from 132); Max value from RGB is 71 - color contains mainly: green. Hex color #2E470F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E470F is #D1B8F0. Grayscale: #393939. Windows color (decimal): -13744369 or 1001262. OLE color: 1001262.

HSL color Cylindrical-coordinate representation of color #2E470F: hue angle of 86.79º degrees, saturation: 0.65, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2E470F is Cyan = 0.35, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.72.

Color convert

RGB467115-
CMYK0.3500.790.72
HSL86.79º65.12%16.86%-
HSV(B)86.79º78.87%27.84%-
XYZ3.475.121.26-
YUV57.14104.22120.05-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 34.85%
GREEN value IS 71 (28.12% from 255) = 53.79%
BLUE value IS 15 (6.25% from 255) = 11.36%
R=34.85%
G=53.79%
B=11.36%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4671150.3500.790.7286.7965.1216.86
Hex2E47F2304F48574111
Octal561071743011711012710121
Binary101110100011111111000110100111110010001010111100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E470F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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