#1BBF3A

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

Shades of Dark Pastel Green #1BBF3A

Tints of Dark Pastel Green #1BBF3A

Color information

#1BBF3A (or 0x1BBF3A) is unknown color: approx Dark Pastel Green. HEX triplet: 1B, BF and 3A. RGB value is (27,191,58). Sum of RGB (Red+Green+Blue) = 27+191+58=276 (36% of max value = 765). Red value is 27 (10.94% from 255 or 9.78% from 276); Green value is 191 (75% from 255 or 69.20% from 276); Blue value is 58 (23.05% from 255 or 21.01% from 276); Max value from RGB is 191 - color contains mainly: green. Hex color #1BBF3A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1BBF3A is #E440C5. Grayscale: #7F7F7F. Windows color (decimal): -14958790 or 3850011. OLE color: 3850011.

HSL color Cylindrical-coordinate representation of color #1BBF3A: hue angle of 131.34º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1BBF3A is Cyan = 0.86, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.25.

Color convert

RGB2719158-
CMYK0.8600.700.25
HSL131.34º75.23%42.75%-
HSV(B)131.34º85.86%74.9%-
XYZ19.8537.810.25-
YUV126.889.1756.81-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 9.78%
GREEN value IS 191 (75% from 255) = 69.20%
BLUE value IS 58 (23.05% from 255) = 21.01%
R=9.78%
G=69.20%
B=21.01%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal27191580.8600.700.25131.3475.2342.75
Hex1BBF3A5604619834b2b
Octal332777212601063120311353
Binary110111011111111101010101100100011011001100000111001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1BBF3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,191,58); }

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

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

 a { background-color: rgb(27,191,58); }

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

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

 span { border-color: rgb(27,191,58); }

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