Html Css Color HEX #2F4112 Turtle Green

📋 copy color: '#2F4112'

red 47 ◦ green 65 ◦ blue 18

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

Shades of Turtle Green #2F4112

Tints of Turtle Green #2F4112

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 13.85%

R = 36.15%
G = 50%
B = 13.85%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.72

 K value IS 0.75

RGB Variations

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

Color information

#2F4112 (or 0x2F4112) is known color: Turtle Green. HEX triplet: 2F, 41 and 12. RGB value is (47,65,18). Sum of RGB (Red+Green+Blue) = 47+65+18=130 (17% of max value = 765). Red value is 47 (18.75% from 255 or 36.15% from 130); Green value is 65 (25.78% from 255 or 50% from 130); Blue value is 18 (7.42% from 255 or 13.85% from 130); Max value from RGB is 65 - color contains mainly: green. Hex color #2F4112 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F4112 is #D0BEED. Grayscale: #363636. Windows color (decimal): -13680366 or 1196335. OLE color: 1196335.

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

Color convert

RGB 47 65 18 -
CMYK 0.28 0 0.72 0.75
HSL 82.98º 0.57% 0.16% -
HSV(B) 82.98º 0.72% 0.25% -
XYZ 3.17 4.43 1.26 -
YUV 54.26 107.54 122.82 -
System Red Green Blue C M Y K H S L
Decimal 47 65 18 0.28 0 0.72 0.75 82.98 0.57 0.16
Hex 2F 41 12 1C 0 48 4B 53 39 10
Octal 57 101 22 34 0 110 113 123 71 20
Binary 101111 1000001 10010 11100 0 1001000 1001011 1010011 111001 10000

Color Harmonies of #2F4112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F4112

Black with #2F4112

Text Example


Text Example

White with #2F4112

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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