Html Css Color HEX #1F862F Forest Green

📋 copy color: '#1F862F'

red 31 ◦ green 134 ◦ blue 47

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

Shades of Forest Green #1F862F

Tints of Forest Green #1F862F

RGB

 RED value IS 31 (12.5% from 255) = 14.62%

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

 BLUE value IS 47 (18.75% from 255) = 22.17%

R = 14.62%
G = 63.21%
B = 22.17%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.65

 K value IS 0.47

RGB Variations

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

Color information

#1F862F (or 0x1F862F) is known color: Forest Green. HEX triplet: 1F, 86 and 2F. RGB value is (31,134,47). Sum of RGB (Red+Green+Blue) = 31+134+47=212 (28% of max value = 765). Red value is 31 (12.5% from 255 or 14.62% from 212); Green value is 134 (52.73% from 255 or 63.21% from 212); Blue value is 47 (18.75% from 255 or 22.17% from 212); Max value from RGB is 134 - color contains mainly: green. Hex color #1F862F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1F862F is #E079D0. Grayscale: #5D5D5D. Windows color (decimal): -14711249 or 3114527. OLE color: 3114527.

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

Color convert

RGB 31 134 47 -
CMYK 0.77 0 0.65 0.47
HSL 129.32º 0.62% 0.32% -
HSV(B) 129.32º 0.77% 0.53% -
XYZ 9.6 17.55 5.57 -
YUV 93.29 101.88 83.57 -
System Red Green Blue C M Y K H S L
Decimal 31 134 47 0.77 0 0.65 0.47 129.32 0.62 0.32
Hex 1F 86 2F 4D 0 41 2F 81 3E 20
Octal 37 206 57 115 0 101 57 201 76 40
Binary 11111 10000110 101111 1001101 0 1000001 101111 10000001 111110 100000

Color Harmonies of #1F862F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F862F

Black with #1F862F

Text Example


Text Example

White with #1F862F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1F862F; }

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

 H1.HeaderClassName
 {
   color: #1F862F;
 }
 .AnyTagClassName
 {
   color: #1F862F;
 }
</style>

background-color css

<style>
 a { background-color: #1F862F; }

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

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

border-color css

<style>
 span { border-color: #1F862F; }

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

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