Html Css Color HEX #1F9A1C Forest Green

📋 copy color: '#1F9A1C'

red 31 ◦ green 154 ◦ blue 28

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

Shades of Forest Green #1F9A1C

Tints of Forest Green #1F9A1C

RGB

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

 GREEN value IS 154 (60.55% from 255) = 72.3%

 BLUE value IS 28 (11.33% from 255) = 13.15%

R = 14.55%
G = 72.3%
B = 13.15%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.82

 K value IS 0.40

RGB Variations

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

Color information

#1F9A1C (or 0x1F9A1C) is known color: Forest Green. HEX triplet: 1F, 9A and 1C. RGB value is (31,154,28). Sum of RGB (Red+Green+Blue) = 31+154+28=213 (28% of max value = 765). Red value is 31 (12.5% from 255 or 14.55% from 213); Green value is 154 (60.55% from 255 or 72.30% from 213); Blue value is 28 (11.33% from 255 or 13.15% from 213); Max value from RGB is 154 - color contains mainly: green. Hex color #1F9A1C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1F9A1C is #E065E3. Grayscale: #676767. Windows color (decimal): -14706148 or 1874463. OLE color: 1874463.

HSL color Cylindrical-coordinate representation of color #1F9A1C: hue angle of 118.57º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1F9A1C is Cyan = 0.80, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.40.

Color convert

RGB 31 154 28 -
CMYK 0.80 0 0.82 0.40
HSL 118.57º 0.69% 0.36% -
HSV(B) 118.57º 0.82% 0.6% -
XYZ 12.33 23.49 4.98 -
YUV 102.86 85.75 76.75 -
System Red Green Blue C M Y K H S L
Decimal 31 154 28 0.80 0 0.82 0.40 118.57 0.69 0.36
Hex 1F 9A 1C 50 0 52 28 77 45 24
Octal 37 232 34 120 0 122 50 167 105 44
Binary 11111 10011010 11100 1010000 0 1010010 101000 1110111 1000101 100100

Color Harmonies of #1F9A1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F9A1C

Black with #1F9A1C

Text Example


Text Example

White with #1F9A1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,154,28); }

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

background-color css

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

 a { background-color: rgb(31,154,28); }

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

border-color css

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

 span { border-color: rgb(31,154,28); }

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