#1BBE42

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

Shades of Dark Pastel Green #1BBE42

Tints of Dark Pastel Green #1BBE42

Color information

#1BBE42 (or 0x1BBE42) is unknown color: approx Dark Pastel Green. HEX triplet: 1B, BE and 42. RGB value is (27,190,66). Sum of RGB (Red+Green+Blue) = 27+190+66=283 (37% of max value = 765). Red value is 27 (10.94% from 255 or 9.54% from 283); Green value is 190 (74.61% from 255 or 67.14% from 283); Blue value is 66 (26.17% from 255 or 23.32% from 283); Max value from RGB is 190 - color contains mainly: green. Hex color #1BBE42 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1BBE42 is #E441BD. Grayscale: #7F7F7F. Windows color (decimal): -14959038 or 4374043. OLE color: 4374043.

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

Color convert

RGB2719066-
CMYK0.8600.650.25
HSL134.36º75.12%42.55%-
HSV(B)134.36º85.79%74.51%-
XYZ19.8537.4511.34-
YUV127.1393.556.58-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 9.54%
GREEN value IS 190 (74.61% from 255) = 67.14%
BLUE value IS 66 (26.17% from 255) = 23.32%
R=9.54%
G=67.14%
B=23.32%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal27190660.8600.650.25134.3675.1242.55
Hex1BBE425604119864b2b
Octal3327610212601013120611353
Binary1101110111110100001010101100100000111001100001101001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1BBE42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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