Html Css Color HEX #2F4210 Turtle Green

📋 copy color: '#2F4210'

red 47 ◦ green 66 ◦ blue 16

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

Shades of Turtle Green #2F4210

Tints of Turtle Green #2F4210

RGB

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

 GREEN value IS 66 (26.17% from 255) = 51.16%

 BLUE value IS 16 (6.64% from 255) = 12.4%

R = 36.43%
G = 51.16%
B = 12.4%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.76

 K value IS 0.74

RGB Variations

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

Color information

#2F4210 (or 0x2F4210) is known color: Turtle Green. HEX triplet: 2F, 42 and 10. RGB value is (47,66,16). Sum of RGB (Red+Green+Blue) = 47+66+16=129 (17% of max value = 765). Red value is 47 (18.75% from 255 or 36.43% from 129); Green value is 66 (26.17% from 255 or 51.16% from 129); Blue value is 16 (6.64% from 255 or 12.40% from 129); Max value from RGB is 66 - color contains mainly: green. Hex color #2F4210 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F4210 is #D0BDEF. Grayscale: #363636. Windows color (decimal): -13680112 or 1065519. OLE color: 1065519.

HSL color Cylindrical-coordinate representation of color #2F4210: hue angle of 82.8º degrees, saturation: 0.61, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2F4210 is Cyan = 0.29, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.74.

Color convert

RGB 47 66 16 -
CMYK 0.29 0 0.76 0.74
HSL 82.8º 0.61% 0.16% -
HSV(B) 82.8º 0.76% 0.26% -
XYZ 3.21 4.54 1.2 -
YUV 54.62 106.21 122.57 -
System Red Green Blue C M Y K H S L
Decimal 47 66 16 0.29 0 0.76 0.74 82.8 0.61 0.16
Hex 2F 42 10 1D 0 4C 4A 53 3D 10
Octal 57 102 20 35 0 114 112 123 75 20
Binary 101111 1000010 10000 11101 0 1001100 1001010 1010011 111101 10000

Color Harmonies of #2F4210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F4210

Black with #2F4210

Text Example


Text Example

White with #2F4210

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,66,16); }

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

background-color css

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

 a { background-color: rgb(47,66,16); }

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

border-color css

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

 span { border-color: rgb(47,66,16); }

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