Html Css Color HEX #1F991B Forest Green

📋 copy color: '#1F991B'

red 31 ◦ green 153 ◦ blue 27

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

Shades of Forest Green #1F991B

Tints of Forest Green #1F991B

RGB

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

 GREEN value IS 153 (60.16% from 255) = 72.51%

 BLUE value IS 27 (10.94% from 255) = 12.8%

R = 14.69%
G = 72.51%
B = 12.8%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.82

 K value IS 0.4

RGB Variations

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

Color information

#1F991B (or 0x1F991B) is known color: Forest Green. HEX triplet: 1F, 99 and 1B. RGB value is (31,153,27). Sum of RGB (Red+Green+Blue) = 31+153+27=211 (27% of max value = 765). Red value is 31 (12.5% from 255 or 14.69% from 211); Green value is 153 (60.16% from 255 or 72.51% from 211); Blue value is 27 (10.94% from 255 or 12.80% from 211); Max value from RGB is 153 - color contains mainly: green. Hex color #1F991B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1F991B is #E066E4. Grayscale: #666666. Windows color (decimal): -14706405 or 1808671. OLE color: 1808671.

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

Color convert

RGB 31 153 27 -
CMYK 0.80 0 0.82 0.4
HSL 118.1º 0.7% 0.35% -
HSV(B) 118.1º 0.82% 0.6% -
XYZ 12.15 23.15 4.87 -
YUV 102.16 85.58 77.25 -
System Red Green Blue C M Y K H S L
Decimal 31 153 27 0.80 0 0.82 0.4 118.1 0.7 0.35
Hex 1F 99 1B 50 0 52 28 76 46 23
Octal 37 231 33 120 0 122 50 166 106 43
Binary 11111 10011001 11011 1010000 0 1010010 101000 1110110 1000110 100011

Color Harmonies of #1F991B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F991B

Black with #1F991B

Text Example


Text Example

White with #1F991B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,153,27); }

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

background-color css

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

 a { background-color: rgb(31,153,27); }

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

border-color css

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

 span { border-color: rgb(31,153,27); }

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