Html Css Color HEX #1FA63C Dark Pastel Green

📋 copy color: '#1FA63C'

red 31 ◦ green 166 ◦ blue 60

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

Shades of Dark Pastel Green #1FA63C

Tints of Dark Pastel Green #1FA63C

RGB

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

 GREEN value IS 166 (65.23% from 255) = 64.59%

 BLUE value IS 60 (23.83% from 255) = 23.35%

R = 12.06%
G = 64.59%
B = 23.35%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.64

 K value IS 0.35

RGB Variations

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

Color information

#1FA63C (or 0x1FA63C) is known color: Dark Pastel Green. HEX triplet: 1F, A6 and 3C. RGB value is (31,166,60). Sum of RGB (Red+Green+Blue) = 31+166+60=257 (34% of max value = 765). Red value is 31 (12.5% from 255 or 12.06% from 257); Green value is 166 (65.23% from 255 or 64.59% from 257); Blue value is 60 (23.83% from 255 or 23.35% from 257); Max value from RGB is 166 - color contains mainly: green. Hex color #1FA63C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1FA63C is #E059C3. Grayscale: #717171. Windows color (decimal): -14703044 or 3974687. OLE color: 3974687.

HSL color Cylindrical-coordinate representation of color #1FA63C: hue angle of 132.89º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1FA63C is Cyan = 0.81, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.35.

Color convert

RGB 31 166 60 -
CMYK 0.81 0 0.64 0.35
HSL 132.89º 0.69% 0.39% -
HSV(B) 132.89º 0.81% 0.65% -
XYZ 15.02 27.89 8.87 -
YUV 113.55 97.77 69.12 -
System Red Green Blue C M Y K H S L
Decimal 31 166 60 0.81 0 0.64 0.35 132.89 0.69 0.39
Hex 1F A6 3C 51 0 40 23 85 45 27
Octal 37 246 74 121 0 100 43 205 105 47
Binary 11111 10100110 111100 1010001 0 1000000 100011 10000101 1000101 100111

Color Harmonies of #1FA63C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FA63C

Black with #1FA63C

Text Example


Text Example

White with #1FA63C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,166,60); }

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

background-color css

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

 a { background-color: rgb(31,166,60); }

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

border-color css

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

 span { border-color: rgb(31,166,60); }

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