Html Css Color HEX #2E5208 Turtle Green

📋 copy color: '#2E5208'

red 46 ◦ green 82 ◦ blue 8

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

Shades of Turtle Green #2E5208

Tints of Turtle Green #2E5208

RGB

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

 GREEN value IS 82 (32.42% from 255) = 60.29%

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

R = 33.82%
G = 60.29%
B = 5.88%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.90

 K value IS 0.68

RGB Variations

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

Color information

#2E5208 (or 0x2E5208) is known color: Turtle Green. HEX triplet: 2E, 52 and 08. RGB value is (46,82,8). Sum of RGB (Red+Green+Blue) = 46+82+8=136 (18% of max value = 765). Red value is 46 (18.36% from 255 or 33.82% from 136); Green value is 82 (32.42% from 255 or 60.29% from 136); Blue value is 8 (3.52% from 255 or 5.88% from 136); Max value from RGB is 82 - color contains mainly: green. Hex color #2E5208 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2E5208 is #D1ADF7. Grayscale: #3F3F3F. Windows color (decimal): -13741560 or 545326. OLE color: 545326.

HSL color Cylindrical-coordinate representation of color #2E5208: hue angle of 89.19º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2E5208 is Cyan = 0.44, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.68.

Color convert

RGB 46 82 8 -
CMYK 0.44 0 0.90 0.68
HSL 89.19º 0.82% 0.18% -
HSV(B) 89.19º 0.9% 0.32% -
XYZ 4.19 6.63 1.29 -
YUV 62.8 97.07 116.02 -
System Red Green Blue C M Y K H S L
Decimal 46 82 8 0.44 0 0.90 0.68 89.19 0.82 0.18
Hex 2E 52 8 2C 0 5A 44 59 52 12
Octal 56 122 10 54 0 132 104 131 122 22
Binary 101110 1010010 1000 101100 0 1011010 1000100 1011001 1010010 10010

Color Harmonies of #2E5208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E5208

Black with #2E5208

Text Example


Text Example

White with #2E5208

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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