Html Css Color HEX #2E480D Turtle Green

📋 copy color: '#2E480D'

red 46 ◦ green 72 ◦ blue 13

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

Shades of Turtle Green #2E480D

Tints of Turtle Green #2E480D

RGB

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

 GREEN value IS 72 (28.52% from 255) = 54.96%

 BLUE value IS 13 (5.47% from 255) = 9.92%

R = 35.11%
G = 54.96%
B = 9.92%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.82

 K value IS 0.72

RGB Variations

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

Color information

#2E480D (or 0x2E480D) is known color: Turtle Green. HEX triplet: 2E, 48 and 0D. RGB value is (46,72,13). Sum of RGB (Red+Green+Blue) = 46+72+13=131 (17% of max value = 765). Red value is 46 (18.36% from 255 or 35.11% from 131); Green value is 72 (28.52% from 255 or 54.96% from 131); Blue value is 13 (5.47% from 255 or 9.92% from 131); Max value from RGB is 72 - color contains mainly: green. Hex color #2E480D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E480D is #D1B7F2. Grayscale: #393939. Windows color (decimal): -13744115 or 870446. OLE color: 870446.

HSL color Cylindrical-coordinate representation of color #2E480D: hue angle of 86.44º degrees, saturation: 0.69, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2E480D is Cyan = 0.36, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.72.

Color convert

RGB 46 72 13 -
CMYK 0.36 0 0.82 0.72
HSL 86.44º 0.69% 0.17% -
HSV(B) 86.44º 0.82% 0.28% -
XYZ 3.52 5.24 1.21 -
YUV 57.5 102.89 119.8 -
System Red Green Blue C M Y K H S L
Decimal 46 72 13 0.36 0 0.82 0.72 86.44 0.69 0.17
Hex 2E 48 D 24 0 52 48 56 45 11
Octal 56 110 15 44 0 122 110 126 105 21
Binary 101110 1001000 1101 100100 0 1010010 1001000 1010110 1000101 10001

Color Harmonies of #2E480D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E480D

Black with #2E480D

Text Example


Text Example

White with #2E480D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,72,13); }

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

background-color css

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

 a { background-color: rgb(46,72,13); }

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

border-color css

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

 span { border-color: rgb(46,72,13); }

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