#1BBB32

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

Shades of Dark Pastel Green #1BBB32

Tints of Dark Pastel Green #1BBB32

Color information

#1BBB32 (or 0x1BBB32) is unknown color: approx Dark Pastel Green. HEX triplet: 1B, BB and 32. RGB value is (27,187,50). Sum of RGB (Red+Green+Blue) = 27+187+50=264 (34% of max value = 765). Red value is 27 (10.94% from 255 or 10.23% from 264); Green value is 187 (73.44% from 255 or 70.83% from 264); Blue value is 50 (19.92% from 255 or 18.94% from 264); Max value from RGB is 187 - color contains mainly: green. Hex color #1BBB32 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1BBB32 is #E444CD. Grayscale: #7B7B7B. Windows color (decimal): -14959822 or 3324699. OLE color: 3324699.

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

Color convert

RGB2718750-
CMYK0.8600.730.27
HSL128.62º74.77%41.96%-
HSV(B)128.62º85.56%73.33%-
XYZ18.8368.98-
YUV123.5486.4959.14-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 10.23%
GREEN value IS 187 (73.44% from 255) = 70.83%
BLUE value IS 50 (19.92% from 255) = 18.94%
R=10.23%
G=70.83%
B=18.94%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal27187500.8600.730.27128.6274.7741.96
Hex1BBB32560491B814b2a
Octal332736212601113320111352
Binary110111011101111001010101100100100111011100000011001011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1BBB32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,187,50); }

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

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

 a { background-color: rgb(27,187,50); }

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

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

 span { border-color: rgb(27,187,50); }

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