Html Css Color HEX #1F951F Forest Green

📋 copy color: '#1F951F'

red 31 ◦ green 149 ◦ blue 31

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

Shades of Forest Green #1F951F

Tints of Forest Green #1F951F

RGB

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

 GREEN value IS 149 (58.59% from 255) = 70.62%

 BLUE value IS 31 (12.5% from 255) = 14.69%

R = 14.69%
G = 70.62%
B = 14.69%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.79

 K value IS 0.42

RGB Variations

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

Color information

#1F951F (or 0x1F951F) is known color: Forest Green. HEX triplet: 1F, 95 and 1F. RGB value is (31,149,31). Sum of RGB (Red+Green+Blue) = 31+149+31=211 (27% of max value = 765). Red value is 31 (12.5% from 255 or 14.69% from 211); Green value is 149 (58.59% from 255 or 70.62% from 211); Blue value is 31 (12.5% from 255 or 14.69% from 211); Max value from RGB is 149 - color contains mainly: green. Hex color #1F951F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1F951F is #E06AE0. Grayscale: #646464. Windows color (decimal): -14707425 or 2069791. OLE color: 2069791.

HSL color Cylindrical-coordinate representation of color #1F951F: hue angle of 120º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1F951F is Cyan = 0.79, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.42.

Color convert

RGB 31 149 31 -
CMYK 0.79 0 0.79 0.42
HSL 120º 0.66% 0.35% -
HSV(B) 120º 0.79% 0.58% -
XYZ 11.56 21.89 4.91 -
YUV 100.27 88.91 78.59 -
System Red Green Blue C M Y K H S L
Decimal 31 149 31 0.79 0 0.79 0.42 120 0.66 0.35
Hex 1F 95 1F 4F 0 4F 2A 78 42 23
Octal 37 225 37 117 0 117 52 170 102 43
Binary 11111 10010101 11111 1001111 0 1001111 101010 1111000 1000010 100011

Color Harmonies of #1F951F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F951F

Black with #1F951F

Text Example


Text Example

White with #1F951F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,149,31); }

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

background-color css

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

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

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

border-color css

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

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

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