Html Css Color HEX #1F960A Forest Green

📋 copy color: '#1F960A'

red 31 ◦ green 150 ◦ blue 10

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

Shades of Forest Green #1F960A

Tints of Forest Green #1F960A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 5.24%

R = 16.23%
G = 78.53%
B = 5.24%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.93

 K value IS 0.41

RGB Variations

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

Color information

#1F960A (or 0x1F960A) is known color: Forest Green. HEX triplet: 1F, 96 and 0A. RGB value is (31,150,10). Sum of RGB (Red+Green+Blue) = 31+150+10=191 (25% of max value = 765). Red value is 31 (12.5% from 255 or 16.23% from 191); Green value is 150 (58.98% from 255 or 78.53% from 191); Blue value is 10 (4.30% from 255 or 5.24% from 191); Max value from RGB is 150 - color contains mainly: green. Hex color #1F960A is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1F960A is #E069F5. Grayscale: #626262. Windows color (decimal): -14707190 or 693791. OLE color: 693791.

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

Color convert

RGB 31 150 10 -
CMYK 0.79 0 0.93 0.41
HSL 111º 0.88% 0.31% -
HSV(B) 111º 0.93% 0.59% -
XYZ 11.53 22.13 3.95 -
YUV 98.46 78.08 79.88 -
System Red Green Blue C M Y K H S L
Decimal 31 150 10 0.79 0 0.93 0.41 111 0.88 0.31
Hex 1F 96 A 4F 0 5D 29 6F 58 1F
Octal 37 226 12 117 0 135 51 157 130 37
Binary 11111 10010110 1010 1001111 0 1011101 101001 1101111 1011000 11111

Color Harmonies of #1F960A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F960A

Black with #1F960A

Text Example


Text Example

White with #1F960A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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