Html Css Color HEX #1FA93B Dark Pastel Green

📋 copy color: '#1FA93B'

red 31 ◦ green 169 ◦ blue 59

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

Shades of Dark Pastel Green #1FA93B

Tints of Dark Pastel Green #1FA93B

RGB

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

 GREEN value IS 169 (66.41% from 255) = 65.25%

 BLUE value IS 59 (23.44% from 255) = 22.78%

R = 11.97%
G = 65.25%
B = 22.78%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.65

 K value IS 0.34

RGB Variations

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

Color information

#1FA93B (or 0x1FA93B) is known color: Dark Pastel Green. HEX triplet: 1F, A9 and 3B. RGB value is (31,169,59). Sum of RGB (Red+Green+Blue) = 31+169+59=259 (34% of max value = 765). Red value is 31 (12.5% from 255 or 11.97% from 259); Green value is 169 (66.41% from 255 or 65.25% from 259); Blue value is 59 (23.44% from 255 or 22.78% from 259); Max value from RGB is 169 - color contains mainly: green. Hex color #1FA93B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1FA93B is #E056C4. Grayscale: #737373. Windows color (decimal): -14702277 or 3909919. OLE color: 3909919.

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

Color convert

RGB 31 169 59 -
CMYK 0.82 0 0.65 0.34
HSL 132.17º 0.69% 0.39% -
HSV(B) 132.17º 0.82% 0.66% -
XYZ 15.54 28.98 8.91 -
YUV 115.2 96.28 67.94 -
System Red Green Blue C M Y K H S L
Decimal 31 169 59 0.82 0 0.65 0.34 132.17 0.69 0.39
Hex 1F A9 3B 52 0 41 22 84 45 27
Octal 37 251 73 122 0 101 42 204 105 47
Binary 11111 10101001 111011 1010010 0 1000001 100010 10000100 1000101 100111

Color Harmonies of #1FA93B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FA93B

Black with #1FA93B

Text Example


Text Example

White with #1FA93B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,169,59); }

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

background-color css

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

 a { background-color: rgb(31,169,59); }

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

border-color css

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

 span { border-color: rgb(31,169,59); }

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