Html Css Color HEX #1F951E Forest Green

📋 copy color: '#1F951E'

red 31 ◦ green 149 ◦ blue 30

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

Shades of Forest Green #1F951E

Tints of Forest Green #1F951E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 14.29%

R = 14.76%
G = 70.95%
B = 14.29%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.80

 K value IS 0.42

RGB Variations

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

Color information

#1F951E (or 0x1F951E) is known color: Forest Green. HEX triplet: 1F, 95 and 1E. RGB value is (31,149,30). Sum of RGB (Red+Green+Blue) = 31+149+30=210 (27% of max value = 765). Red value is 31 (12.5% from 255 or 14.76% from 210); Green value is 149 (58.59% from 255 or 70.95% from 210); Blue value is 30 (12.11% from 255 or 14.29% from 210); Max value from RGB is 149 - color contains mainly: green. Hex color #1F951E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1F951E is #E06AE1. Grayscale: #646464. Windows color (decimal): -14707426 or 2004255. OLE color: 2004255.

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

Color convert

RGB 31 149 30 -
CMYK 0.79 0 0.80 0.42
HSL 119.5º 0.66% 0.35% -
HSV(B) 119.5º 0.8% 0.58% -
XYZ 11.55 21.88 4.84 -
YUV 100.15 88.41 78.68 -
System Red Green Blue C M Y K H S L
Decimal 31 149 30 0.79 0 0.80 0.42 119.5 0.66 0.35
Hex 1F 95 1E 4F 0 50 2A 77 42 23
Octal 37 225 36 117 0 120 52 167 102 43
Binary 11111 10010101 11110 1001111 0 1010000 101010 1110111 1000010 100011

Color Harmonies of #1F951E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F951E

Black with #1F951E

Text Example


Text Example

White with #1F951E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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