Html Css Color HEX #2F4713 Turtle Green

📋 copy color: '#2F4713'

red 47 ◦ green 71 ◦ blue 19

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

Shades of Turtle Green #2F4713

Tints of Turtle Green #2F4713

RGB

 RED value IS 47 (18.75% from 255) = 34.31%

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

 BLUE value IS 19 (7.81% from 255) = 13.87%

R = 34.31%
G = 51.82%
B = 13.87%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.73

 K value IS 0.72

RGB Variations

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

Color information

#2F4713 (or 0x2F4713) is known color: Turtle Green. HEX triplet: 2F, 47 and 13. RGB value is (47,71,19). Sum of RGB (Red+Green+Blue) = 47+71+19=137 (18% of max value = 765). Red value is 47 (18.75% from 255 or 34.31% from 137); Green value is 71 (28.12% from 255 or 51.82% from 137); Blue value is 19 (7.81% from 255 or 13.87% from 137); Max value from RGB is 71 - color contains mainly: green. Hex color #2F4713 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F4713 is #D0B8EC. Grayscale: #3A3A3A. Windows color (decimal): -13678829 or 1263407. OLE color: 1263407.

HSL color Cylindrical-coordinate representation of color #2F4713: hue angle of 87.69º degrees, saturation: 0.58, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2F4713 is Cyan = 0.34, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.72.

Color convert

RGB 47 71 19 -
CMYK 0.34 0 0.73 0.72
HSL 87.69º 0.58% 0.18% -
HSV(B) 87.69º 0.73% 0.28% -
XYZ 3.54 5.16 1.42 -
YUV 57.9 106.05 120.23 -
System Red Green Blue C M Y K H S L
Decimal 47 71 19 0.34 0 0.73 0.72 87.69 0.58 0.18
Hex 2F 47 13 22 0 49 48 58 3A 12
Octal 57 107 23 42 0 111 110 130 72 22
Binary 101111 1000111 10011 100010 0 1001001 1001000 1011000 111010 10010

Color Harmonies of #2F4713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F4713

Black with #2F4713

Text Example


Text Example

White with #2F4713

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,71,19); }

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

background-color css

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

 a { background-color: rgb(47,71,19); }

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

border-color css

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

 span { border-color: rgb(47,71,19); }

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