Html Css Color HEX #2F4710 Turtle Green

📋 copy color: '#2F4710'

red 47 ◦ green 71 ◦ blue 16

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

Shades of Turtle Green #2F4710

Tints of Turtle Green #2F4710

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 11.94%

R = 35.07%
G = 52.99%
B = 11.94%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.77

 K value IS 0.72

RGB Variations

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

Color information

#2F4710 (or 0x2F4710) is known color: Turtle Green. HEX triplet: 2F, 47 and 10. RGB value is (47,71,16). Sum of RGB (Red+Green+Blue) = 47+71+16=134 (17% of max value = 765). Red value is 47 (18.75% from 255 or 35.07% from 134); Green value is 71 (28.12% from 255 or 52.99% from 134); Blue value is 16 (6.64% from 255 or 11.94% from 134); Max value from RGB is 71 - color contains mainly: green. Hex color #2F4710 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F4710 is #D0B8EF. Grayscale: #393939. Windows color (decimal): -13678832 or 1066799. OLE color: 1066799.

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

Color convert

RGB 47 71 16 -
CMYK 0.34 0 0.77 0.72
HSL 86.18º 0.63% 0.17% -
HSV(B) 86.18º 0.77% 0.28% -
XYZ 3.52 5.15 1.3 -
YUV 57.55 104.55 120.47 -
System Red Green Blue C M Y K H S L
Decimal 47 71 16 0.34 0 0.77 0.72 86.18 0.63 0.17
Hex 2F 47 10 22 0 4D 48 56 3F 11
Octal 57 107 20 42 0 115 110 126 77 21
Binary 101111 1000111 10000 100010 0 1001101 1001000 1010110 111111 10001

Color Harmonies of #2F4710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F4710

Black with #2F4710

Text Example


Text Example

White with #2F4710

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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