Html Css Color HEX #2E520B Turtle Green

📋 copy color: '#2E520B'

red 46 ◦ green 82 ◦ blue 11

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

Shades of Turtle Green #2E520B

Tints of Turtle Green #2E520B

RGB

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

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

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

R = 33.09%
G = 58.99%
B = 7.91%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.87

 K value IS 0.68

RGB Variations

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

Color information

#2E520B (or 0x2E520B) is known color: Turtle Green. HEX triplet: 2E, 52 and 0B. RGB value is (46,82,11). Sum of RGB (Red+Green+Blue) = 46+82+11=139 (18% of max value = 765). Red value is 46 (18.36% from 255 or 33.09% from 139); Green value is 82 (32.42% from 255 or 58.99% from 139); Blue value is 11 (4.69% from 255 or 7.91% from 139); Max value from RGB is 82 - color contains mainly: green. Hex color #2E520B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2E520B is #D1ADF4. Grayscale: #3F3F3F. Windows color (decimal): -13741557 or 741934. OLE color: 741934.

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

Color convert

RGB 46 82 11 -
CMYK 0.44 0 0.87 0.68
HSL 90.42º 0.76% 0.18% -
HSV(B) 90.42º 0.87% 0.32% -
XYZ 4.2 6.64 1.38 -
YUV 63.14 98.57 115.77 -
System Red Green Blue C M Y K H S L
Decimal 46 82 11 0.44 0 0.87 0.68 90.42 0.76 0.18
Hex 2E 52 B 2C 0 57 44 5A 4C 12
Octal 56 122 13 54 0 127 104 132 114 22
Binary 101110 1010010 1011 101100 0 1010111 1000100 1011010 1001100 10010

Color Harmonies of #2E520B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E520B

Black with #2E520B

Text Example


Text Example

White with #2E520B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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