Html Css Color HEX #1F951D Forest Green

📋 copy color: '#1F951D'

red 31 ◦ green 149 ◦ blue 29

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

Shades of Forest Green #1F951D

Tints of Forest Green #1F951D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 13.88%

R = 14.83%
G = 71.29%
B = 13.88%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.81

 K value IS 0.42

RGB Variations

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

Color information

#1F951D (or 0x1F951D) is known color: Forest Green. HEX triplet: 1F, 95 and 1D. RGB value is (31,149,29). Sum of RGB (Red+Green+Blue) = 31+149+29=209 (27% of max value = 765). Red value is 31 (12.5% from 255 or 14.83% from 209); Green value is 149 (58.59% from 255 or 71.29% from 209); Blue value is 29 (11.72% from 255 or 13.88% from 209); Max value from RGB is 149 - color contains mainly: green. Hex color #1F951D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1F951D is #E06AE2. Grayscale: #646464. Windows color (decimal): -14707427 or 1938719. OLE color: 1938719.

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

Color convert

RGB 31 149 29 -
CMYK 0.79 0 0.81 0.42
HSL 119º 0.67% 0.35% -
HSV(B) 119º 0.81% 0.58% -
XYZ 11.53 21.87 4.78 -
YUV 100.04 87.91 78.76 -
System Red Green Blue C M Y K H S L
Decimal 31 149 29 0.79 0 0.81 0.42 119 0.67 0.35
Hex 1F 95 1D 4F 0 51 2A 77 43 23
Octal 37 225 35 117 0 121 52 167 103 43
Binary 11111 10010101 11101 1001111 0 1010001 101010 1110111 1000011 100011

Color Harmonies of #1F951D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F951D

Black with #1F951D

Text Example


Text Example

White with #1F951D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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