Html Css Color HEX #2F4811 Turtle Green

📋 copy color: '#2F4811'

red 47 ◦ green 72 ◦ blue 17

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

Shades of Turtle Green #2F4811

Tints of Turtle Green #2F4811

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 12.5%

R = 34.56%
G = 52.94%
B = 12.5%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.76

 K value IS 0.72

RGB Variations

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

Color information

#2F4811 (or 0x2F4811) is known color: Turtle Green. HEX triplet: 2F, 48 and 11. RGB value is (47,72,17). Sum of RGB (Red+Green+Blue) = 47+72+17=136 (18% of max value = 765). Red value is 47 (18.75% from 255 or 34.56% from 136); Green value is 72 (28.52% from 255 or 52.94% from 136); Blue value is 17 (7.03% from 255 or 12.5% from 136); Max value from RGB is 72 - color contains mainly: green. Hex color #2F4811 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F4811 is #D0B7EE. Grayscale: #3A3A3A. Windows color (decimal): -13678575 or 1132591. OLE color: 1132591.

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

Color convert

RGB 47 72 17 -
CMYK 0.35 0 0.76 0.72
HSL 87.27º 0.62% 0.17% -
HSV(B) 87.27º 0.76% 0.28% -
XYZ 3.59 5.28 1.36 -
YUV 58.26 104.72 119.97 -
System Red Green Blue C M Y K H S L
Decimal 47 72 17 0.35 0 0.76 0.72 87.27 0.62 0.17
Hex 2F 48 11 23 0 4C 48 57 3E 11
Octal 57 110 21 43 0 114 110 127 76 21
Binary 101111 1001000 10001 100011 0 1001100 1001000 1010111 111110 10001

Color Harmonies of #2F4811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F4811

Black with #2F4811

Text Example


Text Example

White with #2F4811

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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