Html Css Color HEX #2F951C Forest Green

📋 copy color: '#2F951C'

red 47 ◦ green 149 ◦ blue 28

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

Shades of Forest Green #2F951C

Tints of Forest Green #2F951C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 12.5%

R = 20.98%
G = 66.52%
B = 12.5%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.81

 K value IS 0.42

RGB Variations

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

Color information

#2F951C (or 0x2F951C) is known color: Forest Green. HEX triplet: 2F, 95 and 1C. RGB value is (47,149,28). Sum of RGB (Red+Green+Blue) = 47+149+28=224 (29% of max value = 765). Red value is 47 (18.75% from 255 or 20.98% from 224); Green value is 149 (58.59% from 255 or 66.52% from 224); Blue value is 28 (11.33% from 255 or 12.5% from 224); Max value from RGB is 149 - color contains mainly: green. Hex color #2F951C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2F951C is #D06AE3. Grayscale: #696969. Windows color (decimal): -13658852 or 1873199. OLE color: 1873199.

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

Color convert

RGB 47 149 28 -
CMYK 0.68 0 0.81 0.42
HSL 110.58º 0.68% 0.35% -
HSV(B) 110.58º 0.81% 0.58% -
XYZ 12.13 22.18 4.74 -
YUV 104.71 84.71 86.84 -
System Red Green Blue C M Y K H S L
Decimal 47 149 28 0.68 0 0.81 0.42 110.58 0.68 0.35
Hex 2F 95 1C 44 0 51 2A 6F 44 23
Octal 57 225 34 104 0 121 52 157 104 43
Binary 101111 10010101 11100 1000100 0 1010001 101010 1101111 1000100 100011

Color Harmonies of #2F951C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F951C

Black with #2F951C

Text Example


Text Example

White with #2F951C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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