Html Css Color HEX #2F951B Forest Green

📋 copy color: '#2F951B'

red 47 ◦ green 149 ◦ blue 27

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

Shades of Forest Green #2F951B

Tints of Forest Green #2F951B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 12.11%

R = 21.08%
G = 66.82%
B = 12.11%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.82

 K value IS 0.42

RGB Variations

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

Color information

#2F951B (or 0x2F951B) is known color: Forest Green. HEX triplet: 2F, 95 and 1B. RGB value is (47,149,27). Sum of RGB (Red+Green+Blue) = 47+149+27=223 (29% of max value = 765). Red value is 47 (18.75% from 255 or 21.08% from 223); Green value is 149 (58.59% from 255 or 66.82% from 223); Blue value is 27 (10.94% from 255 or 12.11% from 223); Max value from RGB is 149 - color contains mainly: green. Hex color #2F951B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2F951B is #D06AE4. Grayscale: #686868. Windows color (decimal): -13658853 or 1807663. OLE color: 1807663.

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

Color convert

RGB 47 149 27 -
CMYK 0.68 0 0.82 0.42
HSL 110.16º 0.69% 0.35% -
HSV(B) 110.16º 0.82% 0.58% -
XYZ 12.12 22.18 4.68 -
YUV 104.59 84.21 86.92 -
System Red Green Blue C M Y K H S L
Decimal 47 149 27 0.68 0 0.82 0.42 110.16 0.69 0.35
Hex 2F 95 1B 44 0 52 2A 6E 45 23
Octal 57 225 33 104 0 122 52 156 105 43
Binary 101111 10010101 11011 1000100 0 1010010 101010 1101110 1000101 100011

Color Harmonies of #2F951B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F951B

Black with #2F951B

Text Example


Text Example

White with #2F951B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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