Html Css Color HEX #2F4014 Turtle Green

📋 copy color: '#2F4014'

red 47 ◦ green 64 ◦ blue 20

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

Shades of Turtle Green #2F4014

Tints of Turtle Green #2F4014

RGB

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

 GREEN value IS 64 (25.39% from 255) = 48.85%

 BLUE value IS 20 (8.2% from 255) = 15.27%

R = 35.88%
G = 48.85%
B = 15.27%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.69

 K value IS 0.75

RGB Variations

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

Color information

#2F4014 (or 0x2F4014) is known color: Turtle Green. HEX triplet: 2F, 40 and 14. RGB value is (47,64,20). Sum of RGB (Red+Green+Blue) = 47+64+20=131 (17% of max value = 765). Red value is 47 (18.75% from 255 or 35.88% from 131); Green value is 64 (25.39% from 255 or 48.85% from 131); Blue value is 20 (8.20% from 255 or 15.27% from 131); Max value from RGB is 64 - color contains mainly: green. Hex color #2F4014 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F4014 is #D0BFEB. Grayscale: #363636. Windows color (decimal): -13680620 or 1327151. OLE color: 1327151.

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

Color convert

RGB 47 64 20 -
CMYK 0.27 0 0.69 0.75
HSL 83.18º 0.52% 0.16% -
HSV(B) 83.18º 0.69% 0.25% -
XYZ 3.13 4.32 1.33 -
YUV 53.9 108.87 123.08 -
System Red Green Blue C M Y K H S L
Decimal 47 64 20 0.27 0 0.69 0.75 83.18 0.52 0.16
Hex 2F 40 14 1B 0 45 4B 53 34 10
Octal 57 100 24 33 0 105 113 123 64 20
Binary 101111 1000000 10100 11011 0 1000101 1001011 1010011 110100 10000

Color Harmonies of #2F4014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F4014

Black with #2F4014

Text Example


Text Example

White with #2F4014

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,64,20); }

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

background-color css

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

 a { background-color: rgb(47,64,20); }

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

border-color css

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

 span { border-color: rgb(47,64,20); }

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