Html Css Color HEX #1FB413 Forest Green

📋 copy color: '#1FB413'

red 31 ◦ green 180 ◦ blue 19

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

Shades of Forest Green #1FB413

Tints of Forest Green #1FB413

RGB

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

 GREEN value IS 180 (70.7% from 255) = 78.26%

 BLUE value IS 19 (7.81% from 255) = 8.26%

R = 13.48%
G = 78.26%
B = 8.26%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.89

 K value IS 0.29

RGB Variations

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

Color information

#1FB413 (or 0x1FB413) is known color: Forest Green. HEX triplet: 1F, B4 and 13. RGB value is (31,180,19). Sum of RGB (Red+Green+Blue) = 31+180+19=230 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.48% from 230); Green value is 180 (70.70% from 255 or 78.26% from 230); Blue value is 19 (7.81% from 255 or 8.26% from 230); Max value from RGB is 180 - color contains mainly: green. Hex color #1FB413 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1FB413 is #E04BEC. Grayscale: #757575. Windows color (decimal): -14699501 or 1291295. OLE color: 1291295.

HSL color Cylindrical-coordinate representation of color #1FB413: hue angle of 115.53º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1FB413 is Cyan = 0.83, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.29.

Color convert

RGB 31 180 19 -
CMYK 0.83 0 0.89 0.29
HSL 115.53º 0.81% 0.39% -
HSV(B) 115.53º 0.89% 0.71% -
XYZ 17 32.98 6.09 -
YUV 117.1 72.64 66.59 -
System Red Green Blue C M Y K H S L
Decimal 31 180 19 0.83 0 0.89 0.29 115.53 0.81 0.39
Hex 1F B4 13 53 0 59 1D 74 51 27
Octal 37 264 23 123 0 131 35 164 121 47
Binary 11111 10110100 10011 1010011 0 1011001 11101 1110100 1010001 100111

Color Harmonies of #1FB413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FB413

Black with #1FB413

Text Example


Text Example

White with #1FB413

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,180,19); }

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

background-color css

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

 a { background-color: rgb(31,180,19); }

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

border-color css

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

 span { border-color: rgb(31,180,19); }

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