Html Css Color HEX #2F4111 Turtle Green

📋 copy color: '#2F4111'

red 47 ◦ green 65 ◦ blue 17

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

Shades of Turtle Green #2F4111

Tints of Turtle Green #2F4111

RGB

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

 GREEN value IS 65 (25.78% from 255) = 50.39%

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

R = 36.43%
G = 50.39%
B = 13.18%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.74

 K value IS 0.75

RGB Variations

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

Color information

#2F4111 (or 0x2F4111) is known color: Turtle Green. HEX triplet: 2F, 41 and 11. RGB value is (47,65,17). Sum of RGB (Red+Green+Blue) = 47+65+17=129 (17% of max value = 765). Red value is 47 (18.75% from 255 or 36.43% from 129); Green value is 65 (25.78% from 255 or 50.39% from 129); Blue value is 17 (7.03% from 255 or 13.18% from 129); Max value from RGB is 65 - color contains mainly: green. Hex color #2F4111 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F4111 is #D0BEEE. Grayscale: #363636. Windows color (decimal): -13680367 or 1130799. OLE color: 1130799.

HSL color Cylindrical-coordinate representation of color #2F4111: hue angle of 82.5º degrees, saturation: 0.59, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2F4111 is Cyan = 0.28, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.75.

Color convert

RGB 47 65 17 -
CMYK 0.28 0 0.74 0.75
HSL 82.5º 0.59% 0.16% -
HSV(B) 82.5º 0.74% 0.25% -
XYZ 3.16 4.43 1.22 -
YUV 54.15 107.04 122.9 -
System Red Green Blue C M Y K H S L
Decimal 47 65 17 0.28 0 0.74 0.75 82.5 0.59 0.16
Hex 2F 41 11 1C 0 4A 4B 52 3B 10
Octal 57 101 21 34 0 112 113 122 73 20
Binary 101111 1000001 10001 11100 0 1001010 1001011 1010010 111011 10000

Color Harmonies of #2F4111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F4111

Black with #2F4111

Text Example


Text Example

White with #2F4111

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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