Html Css Color HEX #1F960F Forest Green

📋 copy color: '#1F960F'

red 31 ◦ green 150 ◦ blue 15

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

Shades of Forest Green #1F960F

Tints of Forest Green #1F960F

RGB

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

 GREEN value IS 150 (58.98% from 255) = 76.53%

 BLUE value IS 15 (6.25% from 255) = 7.65%

R = 15.82%
G = 76.53%
B = 7.65%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.9

 K value IS 0.41

RGB Variations

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

Color information

#1F960F (or 0x1F960F) is known color: Forest Green. HEX triplet: 1F, 96 and 0F. RGB value is (31,150,15). Sum of RGB (Red+Green+Blue) = 31+150+15=196 (25% of max value = 765). Red value is 31 (12.5% from 255 or 15.82% from 196); Green value is 150 (58.98% from 255 or 76.53% from 196); Blue value is 15 (6.25% from 255 or 7.65% from 196); Max value from RGB is 150 - color contains mainly: green. Hex color #1F960F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1F960F is #E069F0. Grayscale: #636363. Windows color (decimal): -14707185 or 1021471. OLE color: 1021471.

HSL color Cylindrical-coordinate representation of color #1F960F: hue angle of 112.89º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1F960F is Cyan = 0.79, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.41.

Color convert

RGB 31 150 15 -
CMYK 0.79 0 0.9 0.41
HSL 112.89º 0.82% 0.32% -
HSV(B) 112.89º 0.9% 0.59% -
XYZ 11.56 22.14 4.12 -
YUV 99.03 80.58 79.48 -
System Red Green Blue C M Y K H S L
Decimal 31 150 15 0.79 0 0.9 0.41 112.89 0.82 0.32
Hex 1F 96 F 4F 0 5A 29 71 52 20
Octal 37 226 17 117 0 132 51 161 122 40
Binary 11111 10010110 1111 1001111 0 1011010 101001 1110001 1010010 100000

Color Harmonies of #1F960F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F960F

Black with #1F960F

Text Example


Text Example

White with #1F960F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,150,15); }

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

background-color css

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

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

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

border-color css

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

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

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