Html Css Color HEX #2F4810 Turtle Green

📋 copy color: '#2F4810'

red 47 ◦ green 72 ◦ blue 16

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

Shades of Turtle Green #2F4810

Tints of Turtle Green #2F4810

RGB

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

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

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

R = 34.81%
G = 53.33%
B = 11.85%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.78

 K value IS 0.72

RGB Variations

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

Color information

#2F4810 (or 0x2F4810) is known color: Turtle Green. HEX triplet: 2F, 48 and 10. RGB value is (47,72,16). Sum of RGB (Red+Green+Blue) = 47+72+16=135 (17% of max value = 765). Red value is 47 (18.75% from 255 or 34.81% from 135); Green value is 72 (28.52% from 255 or 53.33% from 135); Blue value is 16 (6.64% from 255 or 11.85% from 135); Max value from RGB is 72 - color contains mainly: green. Hex color #2F4810 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F4810 is #D0B7EF. Grayscale: #3A3A3A. Windows color (decimal): -13678576 or 1067055. OLE color: 1067055.

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

Color convert

RGB 47 72 16 -
CMYK 0.35 0 0.78 0.72
HSL 86.79º 0.64% 0.17% -
HSV(B) 86.79º 0.78% 0.28% -
XYZ 3.58 5.28 1.32 -
YUV 58.14 104.22 120.05 -
System Red Green Blue C M Y K H S L
Decimal 47 72 16 0.35 0 0.78 0.72 86.79 0.64 0.17
Hex 2F 48 10 23 0 4E 48 57 40 11
Octal 57 110 20 43 0 116 110 127 100 21
Binary 101111 1001000 10000 100011 0 1001110 1001000 1010111 1000000 10001

Color Harmonies of #2F4810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F4810

Black with #2F4810

Text Example


Text Example

White with #2F4810

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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