Html Css Color HEX #2F4416 Turtle Green

📋 copy color: '#2F4416'

red 47 ◦ green 68 ◦ blue 22

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

Shades of Turtle Green #2F4416

Tints of Turtle Green #2F4416

RGB

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

 GREEN value IS 68 (26.95% from 255) = 49.64%

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

R = 34.31%
G = 49.64%
B = 16.06%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.68

 K value IS 0.73

RGB Variations

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

Color information

#2F4416 (or 0x2F4416) is known color: Turtle Green. HEX triplet: 2F, 44 and 16. RGB value is (47,68,22). Sum of RGB (Red+Green+Blue) = 47+68+22=137 (18% of max value = 765). Red value is 47 (18.75% from 255 or 34.31% from 137); Green value is 68 (26.95% from 255 or 49.64% from 137); Blue value is 22 (8.98% from 255 or 16.06% from 137); Max value from RGB is 68 - color contains mainly: green. Hex color #2F4416 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F4416 is #D0BBE9. Grayscale: #383838. Windows color (decimal): -13679594 or 1459247. OLE color: 1459247.

HSL color Cylindrical-coordinate representation of color #2F4416: hue angle of 87.39º degrees, saturation: 0.51, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2F4416 is Cyan = 0.31, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.73.

Color convert

RGB 47 68 22 -
CMYK 0.31 0 0.68 0.73
HSL 87.39º 0.51% 0.18% -
HSV(B) 87.39º 0.68% 0.27% -
XYZ 3.38 4.8 1.51 -
YUV 56.48 108.54 121.24 -
System Red Green Blue C M Y K H S L
Decimal 47 68 22 0.31 0 0.68 0.73 87.39 0.51 0.18
Hex 2F 44 16 1F 0 44 49 57 33 12
Octal 57 104 26 37 0 104 111 127 63 22
Binary 101111 1000100 10110 11111 0 1000100 1001001 1010111 110011 10010

Color Harmonies of #2F4416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F4416

Black with #2F4416

Text Example


Text Example

White with #2F4416

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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