Html Css Color HEX #1FA540 Dark Pastel Green

📋 copy color: '#1FA540'

red 31 ◦ green 165 ◦ blue 64

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

Shades of Dark Pastel Green #1FA540

Tints of Dark Pastel Green #1FA540

RGB

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

 GREEN value IS 165 (64.84% from 255) = 63.46%

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

R = 11.92%
G = 63.46%
B = 24.62%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.61

 K value IS 0.35

RGB Variations

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

Color information

#1FA540 (or 0x1FA540) is known color: Dark Pastel Green. HEX triplet: 1F, A5 and 40. RGB value is (31,165,64). Sum of RGB (Red+Green+Blue) = 31+165+64=260 (34% of max value = 765). Red value is 31 (12.5% from 255 or 11.92% from 260); Green value is 165 (64.84% from 255 or 63.46% from 260); Blue value is 64 (25.39% from 255 or 24.62% from 260); Max value from RGB is 165 - color contains mainly: green. Hex color #1FA540 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1FA540 is #E05ABF. Grayscale: #717171. Windows color (decimal): -14703296 or 4236575. OLE color: 4236575.

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

Color convert

RGB 31 165 64 -
CMYK 0.81 0 0.61 0.35
HSL 134.78º 0.68% 0.38% -
HSV(B) 134.78º 0.81% 0.65% -
XYZ 14.95 27.57 9.38 -
YUV 113.42 100.11 69.21 -
System Red Green Blue C M Y K H S L
Decimal 31 165 64 0.81 0 0.61 0.35 134.78 0.68 0.38
Hex 1F A5 40 51 0 3D 23 87 44 26
Octal 37 245 100 121 0 75 43 207 104 46
Binary 11111 10100101 1000000 1010001 0 111101 100011 10000111 1000100 100110

Color Harmonies of #1FA540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FA540

Black with #1FA540

Text Example


Text Example

White with #1FA540

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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