#1FBA3C

Color #1FBA3C Dark Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Pastel Green #1FBA3C

Tints of Dark Pastel Green #1FBA3C

Color information

#1FBA3C (or 0x1FBA3C) is unknown color: approx Dark Pastel Green. HEX triplet: 1F, BA and 3C. RGB value is (31,186,60). Sum of RGB (Red+Green+Blue) = 31+186+60=277 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.19% from 277); Green value is 186 (73.05% from 255 or 67.15% from 277); Blue value is 60 (23.83% from 255 or 21.66% from 277); Max value from RGB is 186 - color contains mainly: green. Hex color #1FBA3C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FBA3C is #E045C3. Grayscale: #7D7D7D. Windows color (decimal): -14697924 or 3979807. OLE color: 3979807.

HSL color Cylindrical-coordinate representation of color #1FBA3C: hue angle of 131.23º 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 #1FBA3C is Cyan = 0.83, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.27.

Color convert

RGB3118660-
CMYK0.8300.680.27
HSL131.23º71.43%42.55%-
HSV(B)131.23º83.33%72.94%-
XYZ18.9435.7410.17-
YUV125.2991.1560.75-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 11.19%
GREEN value IS 186 (73.05% from 255) = 67.15%
BLUE value IS 60 (23.83% from 255) = 21.66%
R=11.19%
G=67.15%
B=21.66%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal31186600.8300.680.27131.2371.4342.55
Hex1FBA3C530441B83472b
Octal372727412301043320310753
Binary111111011101011110010100110100010011011100000111000111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FBA3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #1FBA3C;
 }
 .AnyTagClassName
 {
   color: #1FBA3C;
 }
</style>
background-color css

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

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

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

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

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

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