Html Css Color HEX #2E4010 Turtle Green

📋 copy color: '#2E4010'

red 46 ◦ green 64 ◦ blue 16

#2E4010
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turtle Green #2E4010

Tints of Turtle Green #2E4010

RGB

 RED value IS 46 (18.36% from 255) = 36.51%

 GREEN value IS 64 (25.39% from 255) = 50.79%

 BLUE value IS 16 (6.64% from 255) = 12.7%

R = 36.51%
G = 50.79%
B = 12.7%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.75

 K value IS 0.75

RGB Variations

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

Color information

#2E4010 (or 0x2E4010) is known color: Turtle Green. HEX triplet: 2E, 40 and 10. RGB value is (46,64,16). Sum of RGB (Red+Green+Blue) = 46+64+16=126 (16% of max value = 765). Red value is 46 (18.36% from 255 or 36.51% from 126); Green value is 64 (25.39% from 255 or 50.79% from 126); Blue value is 16 (6.64% from 255 or 12.70% from 126); Max value from RGB is 64 - color contains mainly: green. Hex color #2E4010 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E4010 is #D1BFEF. Grayscale: #353535. Windows color (decimal): -13746160 or 1065006. OLE color: 1065006.

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

Color convert

RGB 46 64 16 -
CMYK 0.28 0 0.75 0.75
HSL 82.5º 0.6% 0.16% -
HSV(B) 82.5º 0.75% 0.25% -
XYZ 3.05 4.29 1.16 -
YUV 53.15 107.04 122.9 -
System Red Green Blue C M Y K H S L
Decimal 46 64 16 0.28 0 0.75 0.75 82.5 0.6 0.16
Hex 2E 40 10 1C 0 4B 4B 52 3C 10
Octal 56 100 20 34 0 113 113 122 74 20
Binary 101110 1000000 10000 11100 0 1001011 1001011 1010010 111100 10000

Color Harmonies of #2E4010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E4010

Black with #2E4010

Text Example


Text Example

White with #2E4010

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,64,16); }

 H1.HeaderClassName
 {
   color: #2E4010;
 }
 .AnyTagClassName
 {
   color: #2E4010;
 }
</style>

background-color css

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

 a { background-color: rgb(46,64,16); }

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

border-color css

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

 span { border-color: rgb(46,64,16); }

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