Html Css Color HEX #2F861E Forest Green

📋 copy color: '#2F861E'

red 47 ◦ green 134 ◦ blue 30

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

Shades of Forest Green #2F861E

Tints of Forest Green #2F861E

RGB

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

 GREEN value IS 134 (52.73% from 255) = 63.51%

 BLUE value IS 30 (12.11% from 255) = 14.22%

R = 22.27%
G = 63.51%
B = 14.22%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.78

 K value IS 0.47

RGB Variations

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

Color information

#2F861E (or 0x2F861E) is known color: Forest Green. HEX triplet: 2F, 86 and 1E. RGB value is (47,134,30). Sum of RGB (Red+Green+Blue) = 47+134+30=211 (27% of max value = 765). Red value is 47 (18.75% from 255 or 22.27% from 211); Green value is 134 (52.73% from 255 or 63.51% from 211); Blue value is 30 (12.11% from 255 or 14.22% from 211); Max value from RGB is 134 - color contains mainly: green. Hex color #2F861E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2F861E is #D079E1. Grayscale: #606060. Windows color (decimal): -13662690 or 2000431. OLE color: 2000431.

HSL color Cylindrical-coordinate representation of color #2F861E: hue angle of 110.19º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2F861E is Cyan = 0.65, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.47.

Color convert

RGB 47 134 30 -
CMYK 0.65 0 0.78 0.47
HSL 110.19º 0.63% 0.32% -
HSV(B) 110.19º 0.78% 0.53% -
XYZ 9.93 17.75 4.13 -
YUV 96.13 90.68 92.96 -
System Red Green Blue C M Y K H S L
Decimal 47 134 30 0.65 0 0.78 0.47 110.19 0.63 0.32
Hex 2F 86 1E 41 0 4E 2F 6E 3F 20
Octal 57 206 36 101 0 116 57 156 77 40
Binary 101111 10000110 11110 1000001 0 1001110 101111 1101110 111111 100000

Color Harmonies of #2F861E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F861E

Black with #2F861E

Text Example


Text Example

White with #2F861E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,134,30); }

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

background-color css

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

 a { background-color: rgb(47,134,30); }

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

border-color css

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

 span { border-color: rgb(47,134,30); }

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