#1BB642

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

Shades of Dark Pastel Green #1BB642

Tints of Dark Pastel Green #1BB642

Color information

#1BB642 (or 0x1BB642) is unknown color: approx Dark Pastel Green. HEX triplet: 1B, B6 and 42. RGB value is (27,182,66). Sum of RGB (Red+Green+Blue) = 27+182+66=275 (36% of max value = 765). Red value is 27 (10.94% from 255 or 9.82% from 275); Green value is 182 (71.48% from 255 or 66.18% from 275); Blue value is 66 (26.17% from 255 or 24% from 275); Max value from RGB is 182 - color contains mainly: green. Hex color #1BB642 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1BB642 is #E449BD. Grayscale: #7A7A7A. Windows color (decimal): -14961086 or 4371995. OLE color: 4371995.

HSL color Cylindrical-coordinate representation of color #1BB642: hue angle of 135.1º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1BB642 is Cyan = 0.85, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.29.

Color convert

RGB2718266-
CMYK0.8500.640.29
HSL135.1º74.16%40.98%-
HSV(B)135.1º85.16%71.37%-
XYZ18.1634.0810.78-
YUV122.4396.1559.93-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 9.82%
GREEN value IS 182 (71.48% from 255) = 66.18%
BLUE value IS 66 (26.17% from 255) = 24%
R=9.82%
G=66.18%
B=24%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal27182660.8500.640.29135.174.1640.98
Hex1BB642550401D874a29
Octal3326610212501003520711251
Binary1101110110110100001010101010100000011101100001111001010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1BB642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,182,66); }

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

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

 a { background-color: rgb(27,182,66); }

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

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

 span { border-color: rgb(27,182,66); }

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