#1DBA58

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

Shades of Malachite #1DBA58

Tints of Malachite #1DBA58

Color information

#1DBA58 (or 0x1DBA58) is unknown color: approx Malachite. HEX triplet: 1D, BA and 58. RGB value is (29,186,88). Sum of RGB (Red+Green+Blue) = 29+186+88=303 (40% of max value = 765). Red value is 29 (11.72% from 255 or 9.57% from 303); Green value is 186 (73.05% from 255 or 61.39% from 303); Blue value is 88 (34.77% from 255 or 29.04% from 303); Max value from RGB is 186 - color contains mainly: green. Hex color #1DBA58 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1DBA58 is #E245A7. Grayscale: #808080. Windows color (decimal): -14828968 or 5814813. OLE color: 5814813.

HSL color Cylindrical-coordinate representation of color #1DBA58: hue angle of 142.55º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1DBA58 is Cyan = 0.84, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.27.

Color convert

RGB2918688-
CMYK0.8400.530.27
HSL142.55º73.02%42.16%-
HSV(B)142.55º84.41%72.94%-
XYZ19.8336.0815.15-
YUV127.88105.4957.47-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 9.57%
GREEN value IS 186 (73.05% from 255) = 61.39%
BLUE value IS 88 (34.77% from 255) = 29.04%
R=9.57%
G=61.39%
B=29.04%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal29186880.8400.530.27142.5573.0242.16
Hex1DBA58540351B8f492a
Octal352721301240653321711152
Binary111011011101010110001010100011010111011100011111001001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DBA58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,186,88); }

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

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

 a { background-color: rgb(29,186,88); }

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

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

 span { border-color: rgb(29,186,88); }

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