Html Css Color HEX #2F9510 Forest Green

📋 copy color: '#2F9510'

red 47 ◦ green 149 ◦ blue 16

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

Shades of Forest Green #2F9510

Tints of Forest Green #2F9510

RGB

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

 GREEN value IS 149 (58.59% from 255) = 70.28%

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

R = 22.17%
G = 70.28%
B = 7.55%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.89

 K value IS 0.42

RGB Variations

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

Color information

#2F9510 (or 0x2F9510) is known color: Forest Green. HEX triplet: 2F, 95 and 10. RGB value is (47,149,16). Sum of RGB (Red+Green+Blue) = 47+149+16=212 (28% of max value = 765). Red value is 47 (18.75% from 255 or 22.17% from 212); Green value is 149 (58.59% from 255 or 70.28% from 212); Blue value is 16 (6.64% from 255 or 7.55% from 212); Max value from RGB is 149 - color contains mainly: green. Hex color #2F9510 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2F9510 is #D06AEF. Grayscale: #676767. Windows color (decimal): -13658864 or 1086767. OLE color: 1086767.

HSL color Cylindrical-coordinate representation of color #2F9510: hue angle of 106.02º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2F9510 is Cyan = 0.68, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.42.

Color convert

RGB 47 149 16 -
CMYK 0.68 0 0.89 0.42
HSL 106.02º 0.81% 0.32% -
HSV(B) 106.02º 0.89% 0.58% -
XYZ 12.01 22.14 4.13 -
YUV 103.34 78.71 87.81 -
System Red Green Blue C M Y K H S L
Decimal 47 149 16 0.68 0 0.89 0.42 106.02 0.81 0.32
Hex 2F 95 10 44 0 59 2A 6A 51 20
Octal 57 225 20 104 0 131 52 152 121 40
Binary 101111 10010101 10000 1000100 0 1011001 101010 1101010 1010001 100000

Color Harmonies of #2F9510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F9510

Black with #2F9510

Text Example


Text Example

White with #2F9510

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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