#2E4C03

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

Shades of Turtle Green #2E4C03

Tints of Turtle Green #2E4C03

Color information

#2E4C03 (or 0x2E4C03) is unknown color: approx Turtle Green. HEX triplet: 2E, 4C and 03. RGB value is (46,76,3). Sum of RGB (Red+Green+Blue) = 46+76+3=125 (16% of max value = 765). Red value is 46 (18.36% from 255 or 36.8% from 125); Green value is 76 (30.08% from 255 or 60.8% from 125); Blue value is 3 (1.56% from 255 or 2.4% from 125); Max value from RGB is 76 - color contains mainly: green. Hex color #2E4C03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E4C03 is #D1B3FC. Grayscale: #3A3A3A. Windows color (decimal): -13743101 or 216110. OLE color: 216110.

HSL color Cylindrical-coordinate representation of color #2E4C03: hue angle of 84.66º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2E4C03 is Cyan = 0.39, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.70.

Color convert

RGB46763-
CMYK0.3900.960.70
HSL84.66º92.41%15.49%-
HSV(B)84.66º96.05%29.8%-
XYZ3.735.761-
YUV58.7196.56118.94-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 36.8%
GREEN value IS 76 (30.08% from 255) = 60.8%
BLUE value IS 3 (1.56% from 255) = 2.4%
R=36.8%
G=60.8%
B=2.4%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal467630.3900.960.7084.6692.4115.49
Hex2E4C32706046555cf
Octal56114347014010612513417
Binary101110100110011100111011000001000110101010110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E4C03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,76,3); }

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

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

 a { background-color: rgb(46,76,3); }

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

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

 span { border-color: rgb(46,76,3); }

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