Html Css Color HEX #1F8D2B Forest Green

📋 copy color: '#1F8D2B'

red 31 ◦ green 141 ◦ blue 43

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

Shades of Forest Green #1F8D2B

Tints of Forest Green #1F8D2B

RGB

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

 GREEN value IS 141 (55.47% from 255) = 65.58%

 BLUE value IS 43 (17.19% from 255) = 20%

R = 14.42%
G = 65.58%
B = 20%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.70

 K value IS 0.45

RGB Variations

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

Color information

#1F8D2B (or 0x1F8D2B) is known color: Forest Green. HEX triplet: 1F, 8D and 2B. RGB value is (31,141,43). Sum of RGB (Red+Green+Blue) = 31+141+43=215 (28% of max value = 765). Red value is 31 (12.5% from 255 or 14.42% from 215); Green value is 141 (55.47% from 255 or 65.58% from 215); Blue value is 43 (17.19% from 255 or 20% from 215); Max value from RGB is 141 - color contains mainly: green. Hex color #1F8D2B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1F8D2B is #E072D4. Grayscale: #616161. Windows color (decimal): -14709461 or 2854175. OLE color: 2854175.

HSL color Cylindrical-coordinate representation of color #1F8D2B: hue angle of 126.55º degrees, saturation: 0.64, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1F8D2B is Cyan = 0.78, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.45.

Color convert

RGB 31 141 43 -
CMYK 0.78 0 0.70 0.45
HSL 126.55º 0.64% 0.34% -
HSV(B) 126.55º 0.78% 0.55% -
XYZ 10.53 19.52 5.5 -
YUV 96.94 97.56 80.97 -
System Red Green Blue C M Y K H S L
Decimal 31 141 43 0.78 0 0.70 0.45 126.55 0.64 0.34
Hex 1F 8D 2B 4E 0 46 2D 7F 40 22
Octal 37 215 53 116 0 106 55 177 100 42
Binary 11111 10001101 101011 1001110 0 1000110 101101 1111111 1000000 100010

Color Harmonies of #1F8D2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F8D2B

Black with #1F8D2B

Text Example


Text Example

White with #1F8D2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,141,43); }

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

background-color css

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

 a { background-color: rgb(31,141,43); }

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

border-color css

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

 span { border-color: rgb(31,141,43); }

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