Html Css Color HEX #2E470D Turtle Green

📋 copy color: '#2E470D'

red 46 ◦ green 71 ◦ blue 13

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

Shades of Turtle Green #2E470D

Tints of Turtle Green #2E470D

RGB

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

 GREEN value IS 71 (28.13% from 255) = 54.62%

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

R = 35.38%
G = 54.62%
B = 10%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.82

 K value IS 0.72

RGB Variations

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

Color information

#2E470D (or 0x2E470D) is known color: Turtle Green. HEX triplet: 2E, 47 and 0D. RGB value is (46,71,13). Sum of RGB (Red+Green+Blue) = 46+71+13=130 (17% of max value = 765). Red value is 46 (18.36% from 255 or 35.38% from 130); Green value is 71 (28.12% from 255 or 54.62% from 130); Blue value is 13 (5.47% from 255 or 10% from 130); Max value from RGB is 71 - color contains mainly: green. Hex color #2E470D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E470D is #D1B8F2. Grayscale: #393939. Windows color (decimal): -13744371 or 870190. OLE color: 870190.

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

Color convert

RGB 46 71 13 -
CMYK 0.35 0 0.82 0.72
HSL 85.86º 0.69% 0.16% -
HSV(B) 85.86º 0.82% 0.28% -
XYZ 3.45 5.12 1.19 -
YUV 56.91 103.22 120.22 -
System Red Green Blue C M Y K H S L
Decimal 46 71 13 0.35 0 0.82 0.72 85.86 0.69 0.16
Hex 2E 47 D 23 0 52 48 56 45 10
Octal 56 107 15 43 0 122 110 126 105 20
Binary 101110 1000111 1101 100011 0 1010010 1001000 1010110 1000101 10000

Color Harmonies of #2E470D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E470D

Black with #2E470D

Text Example


Text Example

White with #2E470D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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