Html Css Color HEX #1FBA4F Dark Pastel Green

📋 copy color: '#1FBA4F'

red 31 ◦ green 186 ◦ blue 79

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

Shades of Dark Pastel Green #1FBA4F

Tints of Dark Pastel Green #1FBA4F

RGB

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

 GREEN value IS 186 (73.05% from 255) = 62.84%

 BLUE value IS 79 (31.25% from 255) = 26.69%

R = 10.47%
G = 62.84%
B = 26.69%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.58

 K value IS 0.27

RGB Variations

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

Color information

#1FBA4F (or 0x1FBA4F) is known color: Dark Pastel Green. HEX triplet: 1F, BA and 4F. RGB value is (31,186,79). Sum of RGB (Red+Green+Blue) = 31+186+79=296 (39% of max value = 765). Red value is 31 (12.5% from 255 or 10.47% from 296); Green value is 186 (73.05% from 255 or 62.84% from 296); Blue value is 79 (31.25% from 255 or 26.69% from 296); Max value from RGB is 186 - color contains mainly: green. Hex color #1FBA4F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1FBA4F is #E045B0. Grayscale: #7F7F7F. Windows color (decimal): -14697905 or 5224991. OLE color: 5224991.

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

Color convert

RGB 31 186 79 -
CMYK 0.83 0 0.58 0.27
HSL 138.58º 0.71% 0.43% -
HSV(B) 138.58º 0.83% 0.73% -
XYZ 19.54 35.97 13.31 -
YUV 127.46 100.65 59.2 -
System Red Green Blue C M Y K H S L
Decimal 31 186 79 0.83 0 0.58 0.27 138.58 0.71 0.43
Hex 1F BA 4F 53 0 3A 1B 8B 47 2B
Octal 37 272 117 123 0 72 33 213 107 53
Binary 11111 10111010 1001111 1010011 0 111010 11011 10001011 1000111 101011

Color Harmonies of #1FBA4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FBA4F

Black with #1FBA4F

Text Example


Text Example

White with #1FBA4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,186,79); }

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

background-color css

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

 a { background-color: rgb(31,186,79); }

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

border-color css

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

 span { border-color: rgb(31,186,79); }

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