Html Css Color HEX #1FAD41 Dark Pastel Green

📋 copy color: '#1FAD41'

red 31 ◦ green 173 ◦ blue 65

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

Shades of Dark Pastel Green #1FAD41

Tints of Dark Pastel Green #1FAD41

RGB

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

 GREEN value IS 173 (67.97% from 255) = 64.31%

 BLUE value IS 65 (25.78% from 255) = 24.16%

R = 11.52%
G = 64.31%
B = 24.16%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.62

 K value IS 0.32

RGB Variations

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

Color information

#1FAD41 (or 0x1FAD41) is known color: Dark Pastel Green. HEX triplet: 1F, AD and 41. RGB value is (31,173,65). Sum of RGB (Red+Green+Blue) = 31+173+65=269 (35% of max value = 765). Red value is 31 (12.5% from 255 or 11.52% from 269); Green value is 173 (67.97% from 255 or 64.31% from 269); Blue value is 65 (25.78% from 255 or 24.16% from 269); Max value from RGB is 173 - color contains mainly: green. Hex color #1FAD41 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1FAD41 is #E052BE. Grayscale: #767676. Windows color (decimal): -14701247 or 4304159. OLE color: 4304159.

HSL color Cylindrical-coordinate representation of color #1FAD41: hue angle of 134.37º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1FAD41 is Cyan = 0.82, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.32.

Color convert

RGB 31 173 65 -
CMYK 0.82 0 0.62 0.32
HSL 134.37º 0.7% 0.4% -
HSV(B) 134.37º 0.82% 0.68% -
XYZ 16.46 30.56 10.03 -
YUV 118.23 97.96 65.78 -
System Red Green Blue C M Y K H S L
Decimal 31 173 65 0.82 0 0.62 0.32 134.37 0.7 0.4
Hex 1F AD 41 52 0 3E 20 86 46 28
Octal 37 255 101 122 0 76 40 206 106 50
Binary 11111 10101101 1000001 1010010 0 111110 100000 10000110 1000110 101000

Color Harmonies of #1FAD41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FAD41

Black with #1FAD41

Text Example


Text Example

White with #1FAD41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,173,65); }

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

background-color css

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

 a { background-color: rgb(31,173,65); }

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

border-color css

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

 span { border-color: rgb(31,173,65); }

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