Html Css Color HEX #1F720A Forest Green

📋 copy color: '#1F720A'

red 31 ◦ green 114 ◦ blue 10

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

Shades of Forest Green #1F720A

Tints of Forest Green #1F720A

RGB

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

 GREEN value IS 114 (44.92% from 255) = 73.55%

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

R = 20%
G = 73.55%
B = 6.45%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.91

 K value IS 0.55

RGB Variations

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

Color information

#1F720A (or 0x1F720A) is known color: Forest Green. HEX triplet: 1F, 72 and 0A. RGB value is (31,114,10). Sum of RGB (Red+Green+Blue) = 31+114+10=155 (20% of max value = 765). Red value is 31 (12.5% from 255 or 20% from 155); Green value is 114 (44.92% from 255 or 73.55% from 155); Blue value is 10 (4.30% from 255 or 6.45% from 155); Max value from RGB is 114 - color contains mainly: green. Hex color #1F720A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1F720A is #E08DF5. Grayscale: #4D4D4D. Windows color (decimal): -14716406 or 684575. OLE color: 684575.

HSL color Cylindrical-coordinate representation of color #1F720A: hue angle of 107.88º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1F720A is Cyan = 0.73, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.55.

Color convert

RGB 31 114 10 -
CMYK 0.73 0 0.91 0.55
HSL 107.88º 0.84% 0.24% -
HSV(B) 107.88º 0.91% 0.45% -
XYZ 6.64 12.35 2.32 -
YUV 77.33 90 94.96 -
System Red Green Blue C M Y K H S L
Decimal 31 114 10 0.73 0 0.91 0.55 107.88 0.84 0.24
Hex 1F 72 A 49 0 5B 37 6C 54 18
Octal 37 162 12 111 0 133 67 154 124 30
Binary 11111 1110010 1010 1001001 0 1011011 110111 1101100 1010100 11000

Color Harmonies of #1F720A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F720A

Black with #1F720A

Text Example


Text Example

White with #1F720A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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