Html Css Color HEX #2F9610 Forest Green

📋 copy color: '#2F9610'

red 47 ◦ green 150 ◦ blue 16

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

Shades of Forest Green #2F9610

Tints of Forest Green #2F9610

RGB

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

 GREEN value IS 150 (58.98% from 255) = 70.42%

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

R = 22.07%
G = 70.42%
B = 7.51%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.89

 K value IS 0.41

RGB Variations

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

Color information

#2F9610 (or 0x2F9610) is known color: Forest Green. HEX triplet: 2F, 96 and 10. RGB value is (47,150,16). Sum of RGB (Red+Green+Blue) = 47+150+16=213 (28% of max value = 765). Red value is 47 (18.75% from 255 or 22.07% from 213); Green value is 150 (58.98% from 255 or 70.42% from 213); Blue value is 16 (6.64% from 255 or 7.51% from 213); Max value from RGB is 150 - color contains mainly: green. Hex color #2F9610 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2F9610 is #D069EF. Grayscale: #686868. Windows color (decimal): -13658608 or 1087023. OLE color: 1087023.

HSL color Cylindrical-coordinate representation of color #2F9610: hue angle of 106.12º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2F9610 is Cyan = 0.69, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.41.

Color convert

RGB 47 150 16 -
CMYK 0.69 0 0.89 0.41
HSL 106.12º 0.81% 0.33% -
HSV(B) 106.12º 0.89% 0.59% -
XYZ 12.17 22.45 4.18 -
YUV 103.93 78.38 87.4 -
System Red Green Blue C M Y K H S L
Decimal 47 150 16 0.69 0 0.89 0.41 106.12 0.81 0.33
Hex 2F 96 10 45 0 59 29 6A 51 21
Octal 57 226 20 105 0 131 51 152 121 41
Binary 101111 10010110 10000 1000101 0 1011001 101001 1101010 1010001 100001

Color Harmonies of #2F9610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F9610

Black with #2F9610

Text Example


Text Example

White with #2F9610

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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