Html Css Color HEX #1FB213 Forest Green

📋 copy color: '#1FB213'

red 31 ◦ green 178 ◦ blue 19

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

Shades of Forest Green #1FB213

Tints of Forest Green #1FB213

RGB

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

 GREEN value IS 178 (69.92% from 255) = 78.07%

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

R = 13.6%
G = 78.07%
B = 8.33%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.89

 K value IS 0.30

RGB Variations

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

Color information

#1FB213 (or 0x1FB213) is known color: Forest Green. HEX triplet: 1F, B2 and 13. RGB value is (31,178,19). Sum of RGB (Red+Green+Blue) = 31+178+19=228 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.60% from 228); Green value is 178 (69.92% from 255 or 78.07% from 228); Blue value is 19 (7.81% from 255 or 8.33% from 228); Max value from RGB is 178 - color contains mainly: green. Hex color #1FB213 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1FB213 is #E04DEC. Grayscale: #747474. Windows color (decimal): -14700013 or 1290783. OLE color: 1290783.

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

Color convert

RGB 31 178 19 -
CMYK 0.83 0 0.89 0.30
HSL 115.47º 0.81% 0.39% -
HSV(B) 115.47º 0.89% 0.7% -
XYZ 16.6 32.18 5.95 -
YUV 115.92 73.3 67.43 -
System Red Green Blue C M Y K H S L
Decimal 31 178 19 0.83 0 0.89 0.30 115.47 0.81 0.39
Hex 1F B2 13 53 0 59 1E 73 51 27
Octal 37 262 23 123 0 131 36 163 121 47
Binary 11111 10110010 10011 1010011 0 1011001 11110 1110011 1010001 100111

Color Harmonies of #1FB213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FB213

Black with #1FB213

Text Example


Text Example

White with #1FB213

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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