Html Css Color HEX #1FB015 Forest Green

📋 copy color: '#1FB015'

red 31 ◦ green 176 ◦ blue 21

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

Shades of Forest Green #1FB015

Tints of Forest Green #1FB015

RGB

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

 GREEN value IS 176 (69.14% from 255) = 77.19%

 BLUE value IS 21 (8.59% from 255) = 9.21%

R = 13.6%
G = 77.19%
B = 9.21%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.88

 K value IS 0.31

RGB Variations

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

Color information

#1FB015 (or 0x1FB015) is known color: Forest Green. HEX triplet: 1F, B0 and 15. RGB value is (31,176,21). Sum of RGB (Red+Green+Blue) = 31+176+21=228 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.60% from 228); Green value is 176 (69.14% from 255 or 77.19% from 228); Blue value is 21 (8.59% from 255 or 9.21% from 228); Max value from RGB is 176 - color contains mainly: green. Hex color #1FB015 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1FB015 is #E04FEA. Grayscale: #737373. Windows color (decimal): -14700523 or 1421343. OLE color: 1421343.

HSL color Cylindrical-coordinate representation of color #1FB015: hue angle of 116.13º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1FB015 is Cyan = 0.82, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.31.

Color convert

RGB 31 176 21 -
CMYK 0.82 0 0.88 0.31
HSL 116.13º 0.79% 0.39% -
HSV(B) 116.13º 0.88% 0.69% -
XYZ 16.23 31.4 5.91 -
YUV 114.98 74.96 68.1 -
System Red Green Blue C M Y K H S L
Decimal 31 176 21 0.82 0 0.88 0.31 116.13 0.79 0.39
Hex 1F B0 15 52 0 58 1F 74 4F 27
Octal 37 260 25 122 0 130 37 164 117 47
Binary 11111 10110000 10101 1010010 0 1011000 11111 1110100 1001111 100111

Color Harmonies of #1FB015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FB015

Black with #1FB015

Text Example


Text Example

White with #1FB015

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,176,21); }

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

background-color css

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

 a { background-color: rgb(31,176,21); }

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

border-color css

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

 span { border-color: rgb(31,176,21); }

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