Html Css Color HEX #2F490B Turtle Green

📋 copy color: '#2F490B'

red 47 ◦ green 73 ◦ blue 11

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

Shades of Turtle Green #2F490B

Tints of Turtle Green #2F490B

RGB

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

 GREEN value IS 73 (28.91% from 255) = 55.73%

 BLUE value IS 11 (4.69% from 255) = 8.4%

R = 35.88%
G = 55.73%
B = 8.4%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.85

 K value IS 0.71

RGB Variations

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

Color information

#2F490B (or 0x2F490B) is known color: Turtle Green. HEX triplet: 2F, 49 and 0B. RGB value is (47,73,11). Sum of RGB (Red+Green+Blue) = 47+73+11=131 (17% of max value = 765). Red value is 47 (18.75% from 255 or 35.88% from 131); Green value is 73 (28.91% from 255 or 55.73% from 131); Blue value is 11 (4.69% from 255 or 8.40% from 131); Max value from RGB is 73 - color contains mainly: green. Hex color #2F490B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F490B is #D0B6F4. Grayscale: #3A3A3A. Windows color (decimal): -13678325 or 739631. OLE color: 739631.

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

Color convert

RGB 47 73 11 -
CMYK 0.36 0 0.85 0.71
HSL 85.16º 0.74% 0.16% -
HSV(B) 85.16º 0.85% 0.29% -
XYZ 3.62 5.39 1.17 -
YUV 58.16 101.39 120.04 -
System Red Green Blue C M Y K H S L
Decimal 47 73 11 0.36 0 0.85 0.71 85.16 0.74 0.16
Hex 2F 49 B 24 0 55 47 55 4A 10
Octal 57 111 13 44 0 125 107 125 112 20
Binary 101111 1001001 1011 100100 0 1010101 1000111 1010101 1001010 10000

Color Harmonies of #2F490B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F490B

Black with #2F490B

Text Example


Text Example

White with #2F490B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,73,11); }

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

background-color css

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

 a { background-color: rgb(47,73,11); }

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

border-color css

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

 span { border-color: rgb(47,73,11); }

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