Html Css Color HEX #2E3918 Turtle Green

📋 copy color: '#2E3918'

red 46 ◦ green 57 ◦ blue 24

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

Shades of Turtle Green #2E3918

Tints of Turtle Green #2E3918

RGB

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

 GREEN value IS 57 (22.66% from 255) = 44.88%

 BLUE value IS 24 (9.77% from 255) = 18.9%

R = 36.22%
G = 44.88%
B = 18.9%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.58

 K value IS 0.78

RGB Variations

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

Color information

#2E3918 (or 0x2E3918) is known color: Turtle Green. HEX triplet: 2E, 39 and 18. RGB value is (46,57,24). Sum of RGB (Red+Green+Blue) = 46+57+24=127 (16% of max value = 765). Red value is 46 (18.36% from 255 or 36.22% from 127); Green value is 57 (22.66% from 255 or 44.88% from 127); Blue value is 24 (9.77% from 255 or 18.90% from 127); Max value from RGB is 57 - color contains mainly: green. Hex color #2E3918 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E3918 is #D1C6E7. Grayscale: #323232. Windows color (decimal): -13747944 or 1587502. OLE color: 1587502.

HSL color Cylindrical-coordinate representation of color #2E3918: hue angle of 80º degrees, saturation: 0.41, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2E3918 is Cyan = 0.19, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.78.

Color convert

RGB 46 57 24 -
CMYK 0.19 0 0.58 0.78
HSL 80º 0.41% 0.16% -
HSV(B) 80º 0.58% 0.22% -
XYZ 2.75 3.57 1.41 -
YUV 49.95 113.36 125.18 -
System Red Green Blue C M Y K H S L
Decimal 46 57 24 0.19 0 0.58 0.78 80 0.41 0.16
Hex 2E 39 18 13 0 3A 4E 50 29 10
Octal 56 71 30 23 0 72 116 120 51 20
Binary 101110 111001 11000 10011 0 111010 1001110 1010000 101001 10000

Color Harmonies of #2E3918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E3918

Black with #2E3918

Text Example


Text Example

White with #2E3918

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,57,24); }

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

background-color css

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

 a { background-color: rgb(46,57,24); }

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

border-color css

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

 span { border-color: rgb(46,57,24); }

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