Html Css Color HEX #2F862B Forest Green

📋 copy color: '#2F862B'

red 47 ◦ green 134 ◦ blue 43

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

Shades of Forest Green #2F862B

Tints of Forest Green #2F862B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 19.2%

R = 20.98%
G = 59.82%
B = 19.2%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.68

 K value IS 0.47

RGB Variations

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

Color information

#2F862B (or 0x2F862B) is known color: Forest Green. HEX triplet: 2F, 86 and 2B. RGB value is (47,134,43). Sum of RGB (Red+Green+Blue) = 47+134+43=224 (29% of max value = 765). Red value is 47 (18.75% from 255 or 20.98% from 224); Green value is 134 (52.73% from 255 or 59.82% from 224); Blue value is 43 (17.19% from 255 or 19.20% from 224); Max value from RGB is 134 - color contains mainly: green. Hex color #2F862B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2F862B is #D079D4. Grayscale: #616161. Windows color (decimal): -13662677 or 2852399. OLE color: 2852399.

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

Color convert

RGB 47 134 43 -
CMYK 0.65 0 0.68 0.47
HSL 117.36º 0.51% 0.35% -
HSV(B) 117.36º 0.68% 0.53% -
XYZ 10.13 17.83 5.19 -
YUV 97.61 97.18 91.9 -
System Red Green Blue C M Y K H S L
Decimal 47 134 43 0.65 0 0.68 0.47 117.36 0.51 0.35
Hex 2F 86 2B 41 0 44 2F 75 33 23
Octal 57 206 53 101 0 104 57 165 63 43
Binary 101111 10000110 101011 1000001 0 1000100 101111 1110101 110011 100011

Color Harmonies of #2F862B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F862B

Black with #2F862B

Text Example


Text Example

White with #2F862B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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