Html Css Color HEX #2F991B Forest Green

📋 copy color: '#2F991B'

red 47 ◦ green 153 ◦ blue 27

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

Shades of Forest Green #2F991B

Tints of Forest Green #2F991B

RGB

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

 GREEN value IS 153 (60.16% from 255) = 67.4%

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

R = 20.7%
G = 67.4%
B = 11.89%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.82

 K value IS 0.4

RGB Variations

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

Color information

#2F991B (or 0x2F991B) is known color: Forest Green. HEX triplet: 2F, 99 and 1B. RGB value is (47,153,27). Sum of RGB (Red+Green+Blue) = 47+153+27=227 (30% of max value = 765). Red value is 47 (18.75% from 255 or 20.70% from 227); Green value is 153 (60.16% from 255 or 67.40% from 227); Blue value is 27 (10.94% from 255 or 11.89% from 227); Max value from RGB is 153 - color contains mainly: green. Hex color #2F991B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2F991B is #D066E4. Grayscale: #6B6B6B. Windows color (decimal): -13657829 or 1808687. OLE color: 1808687.

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

Color convert

RGB 47 153 27 -
CMYK 0.69 0 0.82 0.4
HSL 110.48º 0.7% 0.35% -
HSV(B) 110.48º 0.82% 0.6% -
XYZ 12.76 23.47 4.89 -
YUV 106.94 82.88 85.25 -
System Red Green Blue C M Y K H S L
Decimal 47 153 27 0.69 0 0.82 0.4 110.48 0.7 0.35
Hex 2F 99 1B 45 0 52 28 6E 46 23
Octal 57 231 33 105 0 122 50 156 106 43
Binary 101111 10011001 11011 1000101 0 1010010 101000 1101110 1000110 100011

Color Harmonies of #2F991B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F991B

Black with #2F991B

Text Example


Text Example

White with #2F991B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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