Html Css Color HEX #2E4110 Turtle Green

📋 copy color: '#2E4110'

red 46 ◦ green 65 ◦ blue 16

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

Shades of Turtle Green #2E4110

Tints of Turtle Green #2E4110

RGB

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

 GREEN value IS 65 (25.78% from 255) = 51.18%

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

R = 36.22%
G = 51.18%
B = 12.6%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.75

 K value IS 0.75

RGB Variations

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

Color information

#2E4110 (or 0x2E4110) is known color: Turtle Green. HEX triplet: 2E, 41 and 10. RGB value is (46,65,16). Sum of RGB (Red+Green+Blue) = 46+65+16=127 (16% of max value = 765). Red value is 46 (18.36% from 255 or 36.22% from 127); Green value is 65 (25.78% from 255 or 51.18% from 127); Blue value is 16 (6.64% from 255 or 12.60% from 127); Max value from RGB is 65 - color contains mainly: green. Hex color #2E4110 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E4110 is #D1BEEF. Grayscale: #353535. Windows color (decimal): -13745904 or 1065262. OLE color: 1065262.

HSL color Cylindrical-coordinate representation of color #2E4110: hue angle of 83.27º 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 #2E4110 is Cyan = 0.29, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.75.

Color convert

RGB 46 65 16 -
CMYK 0.29 0 0.75 0.75
HSL 83.27º 0.6% 0.16% -
HSV(B) 83.27º 0.75% 0.25% -
XYZ 3.11 4.4 1.18 -
YUV 53.73 106.71 122.48 -
System Red Green Blue C M Y K H S L
Decimal 46 65 16 0.29 0 0.75 0.75 83.27 0.6 0.16
Hex 2E 41 10 1D 0 4B 4B 53 3C 10
Octal 56 101 20 35 0 113 113 123 74 20
Binary 101110 1000001 10000 11101 0 1001011 1001011 1010011 111100 10000

Color Harmonies of #2E4110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E4110

Black with #2E4110

Text Example


Text Example

White with #2E4110

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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