Html Css Color HEX #2E510B Turtle Green

📋 copy color: '#2E510B'

red 46 ◦ green 81 ◦ blue 11

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

Shades of Turtle Green #2E510B

Tints of Turtle Green #2E510B

RGB

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

 GREEN value IS 81 (32.03% from 255) = 58.7%

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

R = 33.33%
G = 58.7%
B = 7.97%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.86

 K value IS 0.68

RGB Variations

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

Color information

#2E510B (or 0x2E510B) is known color: Turtle Green. HEX triplet: 2E, 51 and 0B. RGB value is (46,81,11). Sum of RGB (Red+Green+Blue) = 46+81+11=138 (18% of max value = 765). Red value is 46 (18.36% from 255 or 33.33% from 138); Green value is 81 (32.03% from 255 or 58.70% from 138); Blue value is 11 (4.69% from 255 or 7.97% from 138); Max value from RGB is 81 - color contains mainly: green. Hex color #2E510B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2E510B is #D1AEF4. Grayscale: #3E3E3E. Windows color (decimal): -13741813 or 741678. OLE color: 741678.

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

Color convert

RGB 46 81 11 -
CMYK 0.43 0 0.86 0.68
HSL 90º 0.76% 0.18% -
HSV(B) 90º 0.86% 0.32% -
XYZ 4.13 6.49 1.35 -
YUV 62.56 98.9 116.19 -
System Red Green Blue C M Y K H S L
Decimal 46 81 11 0.43 0 0.86 0.68 90 0.76 0.18
Hex 2E 51 B 2B 0 56 44 5A 4C 12
Octal 56 121 13 53 0 126 104 132 114 22
Binary 101110 1010001 1011 101011 0 1010110 1000100 1011010 1001100 10010

Color Harmonies of #2E510B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E510B

Black with #2E510B

Text Example


Text Example

White with #2E510B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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