#1BD240

Color #1BD240 Malachite (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Malachite #1BD240

Tints of Malachite #1BD240

Color information

#1BD240 (or 0x1BD240) is unknown color: approx Malachite. HEX triplet: 1B, D2 and 40. RGB value is (27,210,64). Sum of RGB (Red+Green+Blue) = 27+210+64=301 (39% of max value = 765). Red value is 27 (10.94% from 255 or 8.97% from 301); Green value is 210 (82.42% from 255 or 69.77% from 301); Blue value is 64 (25.39% from 255 or 21.26% from 301); Max value from RGB is 210 - color contains mainly: green. Hex color #1BD240 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1BD240 is #E42DBF. Grayscale: #8B8B8B. Windows color (decimal): -14953920 or 4248091. OLE color: 4248091.

HSL color Cylindrical-coordinate representation of color #1BD240: hue angle of 132.13º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1BD240 is Cyan = 0.87, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.18.

Color convert

RGB2721064-
CMYK0.8700.700.18
HSL132.13º77.22%46.47%-
HSV(B)132.13º87.14%82.35%-
XYZ24.4246.712.58-
YUV138.6485.8748.37-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 8.97%
GREEN value IS 210 (82.42% from 255) = 69.77%
BLUE value IS 64 (25.39% from 255) = 21.26%
R=8.97%
G=69.77%
B=21.26%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal27210640.8700.700.18132.1377.2246.47
Hex1BD2405704612844d2e
Octal3332210012701062220411556
Binary1101111010010100000010101110100011010010100001001001101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1BD240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,210,64); }

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

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

 a { background-color: rgb(27,210,64); }

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

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

 span { border-color: rgb(27,210,64); }

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