Html Css Color HEX #1F730D Forest Green

📋 copy color: '#1F730D'

red 31 ◦ green 115 ◦ blue 13

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

Shades of Forest Green #1F730D

Tints of Forest Green #1F730D

RGB

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

 GREEN value IS 115 (45.31% from 255) = 72.33%

 BLUE value IS 13 (5.47% from 255) = 8.18%

R = 19.5%
G = 72.33%
B = 8.18%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.89

 K value IS 0.55

RGB Variations

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

Color information

#1F730D (or 0x1F730D) is known color: Forest Green. HEX triplet: 1F, 73 and 0D. RGB value is (31,115,13). Sum of RGB (Red+Green+Blue) = 31+115+13=159 (21% of max value = 765). Red value is 31 (12.5% from 255 or 19.50% from 159); Green value is 115 (45.31% from 255 or 72.33% from 159); Blue value is 13 (5.47% from 255 or 8.18% from 159); Max value from RGB is 115 - color contains mainly: green. Hex color #1F730D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1F730D is #E08CF2. Grayscale: #4E4E4E. Windows color (decimal): -14716147 or 881439. OLE color: 881439.

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

Color convert

RGB 31 115 13 -
CMYK 0.73 0 0.89 0.55
HSL 109.41º 0.8% 0.25% -
HSV(B) 109.41º 0.89% 0.45% -
XYZ 6.77 12.58 2.45 -
YUV 78.26 91.17 94.29 -
System Red Green Blue C M Y K H S L
Decimal 31 115 13 0.73 0 0.89 0.55 109.41 0.8 0.25
Hex 1F 73 D 49 0 59 37 6D 50 19
Octal 37 163 15 111 0 131 67 155 120 31
Binary 11111 1110011 1101 1001001 0 1011001 110111 1101101 1010000 11001

Color Harmonies of #1F730D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F730D

Black with #1F730D

Text Example


Text Example

White with #1F730D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,115,13); }

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

background-color css

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

 a { background-color: rgb(31,115,13); }

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

border-color css

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

 span { border-color: rgb(31,115,13); }

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