Html Css Color HEX #1F8218 Forest Green

📋 copy color: '#1F8218'

red 31 ◦ green 130 ◦ blue 24

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

Shades of Forest Green #1F8218

Tints of Forest Green #1F8218

RGB

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

 GREEN value IS 130 (51.17% from 255) = 70.27%

 BLUE value IS 24 (9.77% from 255) = 12.97%

R = 16.76%
G = 70.27%
B = 12.97%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.82

 K value IS 0.49

RGB Variations

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

Color information

#1F8218 (or 0x1F8218) is known color: Forest Green. HEX triplet: 1F, 82 and 18. RGB value is (31,130,24). Sum of RGB (Red+Green+Blue) = 31+130+24=185 (24% of max value = 765). Red value is 31 (12.5% from 255 or 16.76% from 185); Green value is 130 (51.17% from 255 or 70.27% from 185); Blue value is 24 (9.77% from 255 or 12.97% from 185); Max value from RGB is 130 - color contains mainly: green. Hex color #1F8218 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1F8218 is #E07DE7. Grayscale: #585858. Windows color (decimal): -14712296 or 1606175. OLE color: 1606175.

HSL color Cylindrical-coordinate representation of color #1F8218: hue angle of 116.04º degrees, saturation: 0.69, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1F8218 is Cyan = 0.76, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.49.

Color convert

RGB 31 130 24 -
CMYK 0.76 0 0.82 0.49
HSL 116.04º 0.69% 0.3% -
HSV(B) 116.04º 0.82% 0.51% -
XYZ 8.71 16.32 3.56 -
YUV 88.32 91.7 87.12 -
System Red Green Blue C M Y K H S L
Decimal 31 130 24 0.76 0 0.82 0.49 116.04 0.69 0.3
Hex 1F 82 18 4C 0 52 31 74 45 1E
Octal 37 202 30 114 0 122 61 164 105 36
Binary 11111 10000010 11000 1001100 0 1010010 110001 1110100 1000101 11110

Color Harmonies of #1F8218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F8218

Black with #1F8218

Text Example


Text Example

White with #1F8218

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,130,24); }

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

background-color css

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

 a { background-color: rgb(31,130,24); }

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

border-color css

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

 span { border-color: rgb(31,130,24); }

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