Html Css Color HEX #1FB940 Dark Pastel Green

📋 copy color: '#1FB940'

red 31 ◦ green 185 ◦ blue 64

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

Shades of Dark Pastel Green #1FB940

Tints of Dark Pastel Green #1FB940

RGB

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

 GREEN value IS 185 (72.66% from 255) = 66.07%

 BLUE value IS 64 (25.39% from 255) = 22.86%

R = 11.07%
G = 66.07%
B = 22.86%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#1FB940 (or 0x1FB940) is known color: Dark Pastel Green. HEX triplet: 1F, B9 and 40. RGB value is (31,185,64). Sum of RGB (Red+Green+Blue) = 31+185+64=280 (37% of max value = 765). Red value is 31 (12.5% from 255 or 11.07% from 280); Green value is 185 (72.66% from 255 or 66.07% from 280); Blue value is 64 (25.39% from 255 or 22.86% from 280); Max value from RGB is 185 - color contains mainly: green. Hex color #1FB940 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FB940 is #E046BF. Grayscale: #7D7D7D. Windows color (decimal): -14698176 or 4241695. OLE color: 4241695.

HSL color Cylindrical-coordinate representation of color #1FB940: hue angle of 132.86º degrees, saturation: 0.71, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1FB940 is Cyan = 0.83, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.27.

Color convert

RGB 31 185 64 -
CMYK 0.83 0 0.65 0.27
HSL 132.86º 0.71% 0.42% -
HSV(B) 132.86º 0.83% 0.73% -
XYZ 18.84 35.36 10.68 -
YUV 125.16 93.48 60.84 -
System Red Green Blue C M Y K H S L
Decimal 31 185 64 0.83 0 0.65 0.27 132.86 0.71 0.42
Hex 1F B9 40 53 0 41 1B 85 47 2A
Octal 37 271 100 123 0 101 33 205 107 52
Binary 11111 10111001 1000000 1010011 0 1000001 11011 10000101 1000111 101010

Color Harmonies of #1FB940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FB940

Black with #1FB940

Text Example


Text Example

White with #1FB940

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,185,64); }

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

background-color css

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

 a { background-color: rgb(31,185,64); }

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

border-color css

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

 span { border-color: rgb(31,185,64); }

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