Html Css Color HEX #2E3708 Turtle Green

📋 copy color: '#2E3708'

red 46 ◦ green 55 ◦ blue 8

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

Shades of Turtle Green #2E3708

Tints of Turtle Green #2E3708

RGB

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

 GREEN value IS 55 (21.88% from 255) = 50.46%

 BLUE value IS 8 (3.52% from 255) = 7.34%

R = 42.2%
G = 50.46%
B = 7.34%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.85

 K value IS 0.78

RGB Variations

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

Color information

#2E3708 (or 0x2E3708) is known color: Turtle Green. HEX triplet: 2E, 37 and 08. RGB value is (46,55,8). Sum of RGB (Red+Green+Blue) = 46+55+8=109 (14% of max value = 765). Red value is 46 (18.36% from 255 or 42.20% from 109); Green value is 55 (21.88% from 255 or 50.46% from 109); Blue value is 8 (3.52% from 255 or 7.34% from 109); Max value from RGB is 55 - color contains mainly: green. Hex color #2E3708 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E3708 is #D1C8F7. Grayscale: #2F2F2F. Windows color (decimal): -13748472 or 538414. OLE color: 538414.

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

Color convert

RGB 46 55 8 -
CMYK 0.16 0 0.85 0.78
HSL 71.49º 0.75% 0.12% -
HSV(B) 71.49º 0.85% 0.22% -
XYZ 2.54 3.33 0.74 -
YUV 46.95 106.02 127.32 -
System Red Green Blue C M Y K H S L
Decimal 46 55 8 0.16 0 0.85 0.78 71.49 0.75 0.12
Hex 2E 37 8 10 0 55 4E 47 4B C
Octal 56 67 10 20 0 125 116 107 113 14
Binary 101110 110111 1000 10000 0 1010101 1001110 1000111 1001011 1100

Color Harmonies of #2E3708

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E3708

Black with #2E3708

Text Example


Text Example

White with #2E3708

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,55,8); }

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

background-color css

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

 a { background-color: rgb(46,55,8); }

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

border-color css

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

 span { border-color: rgb(46,55,8); }

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