Html Css Color HEX #2E500B Turtle Green

📋 copy color: '#2E500B'

red 46 ◦ green 80 ◦ blue 11

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

Shades of Turtle Green #2E500B

Tints of Turtle Green #2E500B

RGB

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

 GREEN value IS 80 (31.64% from 255) = 58.39%

 BLUE value IS 11 (4.69% from 255) = 8.03%

R = 33.58%
G = 58.39%
B = 8.03%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.86

 K value IS 0.69

RGB Variations

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

Color information

#2E500B (or 0x2E500B) is known color: Turtle Green. HEX triplet: 2E, 50 and 0B. RGB value is (46,80,11). Sum of RGB (Red+Green+Blue) = 46+80+11=137 (18% of max value = 765). Red value is 46 (18.36% from 255 or 33.58% from 137); Green value is 80 (31.64% from 255 or 58.39% from 137); Blue value is 11 (4.69% from 255 or 8.03% from 137); Max value from RGB is 80 - color contains mainly: green. Hex color #2E500B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2E500B is #D1AFF4. Grayscale: #3E3E3E. Windows color (decimal): -13742069 or 741422. OLE color: 741422.

HSL color Cylindrical-coordinate representation of color #2E500B: hue angle of 89.57º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2E500B is Cyan = 0.42, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.69.

Color convert

RGB 46 80 11 -
CMYK 0.42 0 0.86 0.69
HSL 89.57º 0.76% 0.18% -
HSV(B) 89.57º 0.86% 0.31% -
XYZ 4.06 6.34 1.33 -
YUV 61.97 99.24 116.61 -
System Red Green Blue C M Y K H S L
Decimal 46 80 11 0.42 0 0.86 0.69 89.57 0.76 0.18
Hex 2E 50 B 2A 0 56 45 5A 4C 12
Octal 56 120 13 52 0 126 105 132 114 22
Binary 101110 1010000 1011 101010 0 1010110 1000101 1011010 1001100 10010

Color Harmonies of #2E500B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E500B

Black with #2E500B

Text Example


Text Example

White with #2E500B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,80,11); }

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

background-color css

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

 a { background-color: rgb(46,80,11); }

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

border-color css

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

 span { border-color: rgb(46,80,11); }

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