#1BBB48

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

Shades of Dark Pastel Green #1BBB48

Tints of Dark Pastel Green #1BBB48

Color information

#1BBB48 (or 0x1BBB48) is unknown color: approx Dark Pastel Green. HEX triplet: 1B, BB and 48. RGB value is (27,187,72). Sum of RGB (Red+Green+Blue) = 27+187+72=286 (37% of max value = 765). Red value is 27 (10.94% from 255 or 9.44% from 286); Green value is 187 (73.44% from 255 or 65.38% from 286); Blue value is 72 (28.52% from 255 or 25.17% from 286); Max value from RGB is 187 - color contains mainly: green. Hex color #1BBB48 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1BBB48 is #E444B7. Grayscale: #7E7E7E. Windows color (decimal): -14959800 or 4766491. OLE color: 4766491.

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

Color convert

RGB2718772-
CMYK0.8600.610.27
HSL136.88º74.77%41.96%-
HSV(B)136.88º85.56%73.33%-
XYZ19.3936.2412.1-
YUV126.0597.4957.35-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 9.44%
GREEN value IS 187 (73.44% from 255) = 65.38%
BLUE value IS 72 (28.52% from 255) = 25.17%
R=9.44%
G=65.38%
B=25.17%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal27187720.8600.610.27136.8874.7741.96
Hex1BBB485603D1B894b2a
Octal332731101260753321111352
Binary110111011101110010001010110011110111011100010011001011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1BBB48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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