Html Css Color HEX #1F851C Forest Green

📋 copy color: '#1F851C'

red 31 ◦ green 133 ◦ blue 28

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

Shades of Forest Green #1F851C

Tints of Forest Green #1F851C

RGB

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

 GREEN value IS 133 (52.34% from 255) = 69.27%

 BLUE value IS 28 (11.33% from 255) = 14.58%

R = 16.15%
G = 69.27%
B = 14.58%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.79

 K value IS 0.48

RGB Variations

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

Color information

#1F851C (or 0x1F851C) is known color: Forest Green. HEX triplet: 1F, 85 and 1C. RGB value is (31,133,28). Sum of RGB (Red+Green+Blue) = 31+133+28=192 (25% of max value = 765). Red value is 31 (12.5% from 255 or 16.15% from 192); Green value is 133 (52.34% from 255 or 69.27% from 192); Blue value is 28 (11.33% from 255 or 14.58% from 192); Max value from RGB is 133 - color contains mainly: green. Hex color #1F851C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1F851C is #E07AE3. Grayscale: #5A5A5A. Windows color (decimal): -14711524 or 1869087. OLE color: 1869087.

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

Color convert

RGB 31 133 28 -
CMYK 0.77 0 0.79 0.48
HSL 118.29º 0.65% 0.32% -
HSV(B) 118.29º 0.79% 0.52% -
XYZ 9.16 17.15 3.93 -
YUV 90.53 92.71 85.54 -
System Red Green Blue C M Y K H S L
Decimal 31 133 28 0.77 0 0.79 0.48 118.29 0.65 0.32
Hex 1F 85 1C 4D 0 4F 30 76 41 20
Octal 37 205 34 115 0 117 60 166 101 40
Binary 11111 10000101 11100 1001101 0 1001111 110000 1110110 1000001 100000

Color Harmonies of #1F851C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F851C

Black with #1F851C

Text Example


Text Example

White with #1F851C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,133,28); }

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

background-color css

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

 a { background-color: rgb(31,133,28); }

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

border-color css

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

 span { border-color: rgb(31,133,28); }

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