Html Css Color HEX #1F740A Forest Green

📋 copy color: '#1F740A'

red 31 ◦ green 116 ◦ blue 10

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

Shades of Forest Green #1F740A

Tints of Forest Green #1F740A

RGB

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

 GREEN value IS 116 (45.7% from 255) = 73.89%

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

R = 19.75%
G = 73.89%
B = 6.37%

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

#1F740A (or 0x1F740A) is known color: Forest Green. HEX triplet: 1F, 74 and 0A. RGB value is (31,116,10). Sum of RGB (Red+Green+Blue) = 31+116+10=157 (20% of max value = 765). Red value is 31 (12.5% from 255 or 19.75% from 157); Green value is 116 (45.70% from 255 or 73.89% from 157); Blue value is 10 (4.30% from 255 or 6.37% from 157); Max value from RGB is 116 - color contains mainly: green. Hex color #1F740A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1F740A is #E08BF5. Grayscale: #4E4E4E. Windows color (decimal): -14715894 or 685087. OLE color: 685087.

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

Color convert

RGB 31 116 10 -
CMYK 0.73 0 0.91 0.55
HSL 108.11º 0.84% 0.25% -
HSV(B) 108.11º 0.91% 0.45% -
XYZ 6.87 12.8 2.4 -
YUV 78.5 89.34 94.12 -
System Red Green Blue C M Y K H S L
Decimal 31 116 10 0.73 0 0.91 0.55 108.11 0.84 0.25
Hex 1F 74 A 49 0 5B 37 6C 54 19
Octal 37 164 12 111 0 133 67 154 124 31
Binary 11111 1110100 1010 1001001 0 1011011 110111 1101100 1010100 11001

Color Harmonies of #1F740A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F740A

Black with #1F740A

Text Example


Text Example

White with #1F740A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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