Html Css Color HEX #2F4016 Turtle Green

📋 copy color: '#2F4016'

red 47 ◦ green 64 ◦ blue 22

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

Shades of Turtle Green #2F4016

Tints of Turtle Green #2F4016

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 16.54%

R = 35.34%
G = 48.12%
B = 16.54%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.66

 K value IS 0.75

RGB Variations

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

Color information

#2F4016 (or 0x2F4016) is known color: Turtle Green. HEX triplet: 2F, 40 and 16. RGB value is (47,64,22). Sum of RGB (Red+Green+Blue) = 47+64+22=133 (17% of max value = 765). Red value is 47 (18.75% from 255 or 35.34% from 133); Green value is 64 (25.39% from 255 or 48.12% from 133); Blue value is 22 (8.98% from 255 or 16.54% from 133); Max value from RGB is 64 - color contains mainly: green. Hex color #2F4016 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F4016 is #D0BFE9. Grayscale: #363636. Windows color (decimal): -13680618 or 1458223. OLE color: 1458223.

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

Color convert

RGB 47 64 22 -
CMYK 0.27 0 0.66 0.75
HSL 84.29º 0.49% 0.17% -
HSV(B) 84.29º 0.66% 0.25% -
XYZ 3.15 4.33 1.43 -
YUV 54.13 109.87 122.92 -
System Red Green Blue C M Y K H S L
Decimal 47 64 22 0.27 0 0.66 0.75 84.29 0.49 0.17
Hex 2F 40 16 1B 0 42 4B 54 31 11
Octal 57 100 26 33 0 102 113 124 61 21
Binary 101111 1000000 10110 11011 0 1000010 1001011 1010100 110001 10001

Color Harmonies of #2F4016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F4016

Black with #2F4016

Text Example


Text Example

White with #2F4016

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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