Html Css Color HEX #2E3412 Turtle Green

📋 copy color: '#2E3412'

red 46 ◦ green 52 ◦ blue 18

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

Shades of Turtle Green #2E3412

Tints of Turtle Green #2E3412

RGB

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

 GREEN value IS 52 (20.7% from 255) = 44.83%

 BLUE value IS 18 (7.42% from 255) = 15.52%

R = 39.66%
G = 44.83%
B = 15.52%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.65

 K value IS 0.80

RGB Variations

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

Color information

#2E3412 (or 0x2E3412) is known color: Turtle Green. HEX triplet: 2E, 34 and 12. RGB value is (46,52,18). Sum of RGB (Red+Green+Blue) = 46+52+18=116 (15% of max value = 765). Red value is 46 (18.36% from 255 or 39.66% from 116); Green value is 52 (20.70% from 255 or 44.83% from 116); Blue value is 18 (7.42% from 255 or 15.52% from 116); Max value from RGB is 52 - color contains mainly: green. Hex color #2E3412 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E3412 is #D1CBED. Grayscale: #2E2E2E. Windows color (decimal): -13749230 or 1193006. OLE color: 1193006.

HSL color Cylindrical-coordinate representation of color #2E3412: hue angle of 70.59º degrees, saturation: 0.49, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2E3412 is Cyan = 0.12, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.80.

Color convert

RGB 46 52 18 -
CMYK 0.12 0 0.65 0.80
HSL 70.59º 0.49% 0.14% -
HSV(B) 70.59º 0.65% 0.2% -
XYZ 2.46 3.08 1.04 -
YUV 46.33 112.01 127.76 -
System Red Green Blue C M Y K H S L
Decimal 46 52 18 0.12 0 0.65 0.80 70.59 0.49 0.14
Hex 2E 34 12 C 0 41 50 47 31 E
Octal 56 64 22 14 0 101 120 107 61 16
Binary 101110 110100 10010 1100 0 1000001 1010000 1000111 110001 1110

Color Harmonies of #2E3412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E3412

Black with #2E3412

Text Example


Text Example

White with #2E3412

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,52,18); }

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

background-color css

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

 a { background-color: rgb(46,52,18); }

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

border-color css

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

 span { border-color: rgb(46,52,18); }

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