#1BB04B

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

Shades of Dark Pastel Green #1BB04B

Tints of Dark Pastel Green #1BB04B

Color information

#1BB04B (or 0x1BB04B) is unknown color: approx Dark Pastel Green. HEX triplet: 1B, B0 and 4B. RGB value is (27,176,75). Sum of RGB (Red+Green+Blue) = 27+176+75=278 (36% of max value = 765). Red value is 27 (10.94% from 255 or 9.71% from 278); Green value is 176 (69.14% from 255 or 63.31% from 278); Blue value is 75 (29.69% from 255 or 26.98% from 278); Max value from RGB is 176 - color contains mainly: green. Hex color #1BB04B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1BB04B is #E44FB4. Grayscale: #787878. Windows color (decimal): -14962613 or 4960283. OLE color: 4960283.

HSL color Cylindrical-coordinate representation of color #1BB04B: hue angle of 139.33º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1BB04B is Cyan = 0.85, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.31.

Color convert

RGB2717675-
CMYK0.8500.570.31
HSL139.33º73.4%39.8%-
HSV(B)139.33º84.66%69.02%-
XYZ17.2531.7911.88-
YUV119.93102.6461.71-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 9.71%
GREEN value IS 176 (69.14% from 255) = 63.31%
BLUE value IS 75 (29.69% from 255) = 26.98%
R=9.71%
G=63.31%
B=26.98%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal27176750.8500.570.31139.3373.439.8
Hex1BB04B550391F8b4928
Octal332601131250713721311150
Binary110111011000010010111010101011100111111100010111001001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1BB04B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,176,75); }

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

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

 a { background-color: rgb(27,176,75); }

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

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

 span { border-color: rgb(27,176,75); }

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