#2E4702

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

Shades of Turtle Green #2E4702

Tints of Turtle Green #2E4702

Color information

#2E4702 (or 0x2E4702) is unknown color: approx Turtle Green. HEX triplet: 2E, 47 and 02. RGB value is (46,71,2). Sum of RGB (Red+Green+Blue) = 46+71+2=119 (15% of max value = 765). Red value is 46 (18.36% from 255 or 38.66% from 119); Green value is 71 (28.12% from 255 or 59.66% from 119); Blue value is 2 (1.17% from 255 or 1.68% from 119); Max value from RGB is 71 - color contains mainly: green. Hex color #2E4702 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E4702 is #D1B8FD. Grayscale: #373737. Windows color (decimal): -13744382 or 149294. OLE color: 149294.

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

Color convert

RGB46712-
CMYK0.3500.970.72
HSL81.74º94.52%14.31%-
HSV(B)81.74º97.18%27.84%-
XYZ3.395.090.86-
YUV55.6697.72121.11-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 38.66%
GREEN value IS 71 (28.12% from 255) = 59.66%
BLUE value IS 2 (1.17% from 255) = 1.68%
R=38.66%
G=59.66%
B=1.68%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal467120.3500.970.7281.7494.5214.31
Hex2E4722306148525fe
Octal56107243014111012213716
Binary101110100011110100011011000011001000101001010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E4702

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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