#1CD241

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

Shades of Malachite #1CD241

Tints of Malachite #1CD241

Color information

#1CD241 (or 0x1CD241) is unknown color: approx Malachite. HEX triplet: 1C, D2 and 41. RGB value is (28,210,65). Sum of RGB (Red+Green+Blue) = 28+210+65=303 (40% of max value = 765). Red value is 28 (11.33% from 255 or 9.24% from 303); Green value is 210 (82.42% from 255 or 69.31% from 303); Blue value is 65 (25.78% from 255 or 21.45% from 303); Max value from RGB is 210 - color contains mainly: green. Hex color #1CD241 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CD241 is #E32DBE. Grayscale: #8B8B8B. Windows color (decimal): -14888383 or 4313628. OLE color: 4313628.

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

Color convert

RGB2821065-
CMYK0.8700.690.18
HSL132.2º76.47%46.67%-
HSV(B)132.2º86.67%82.35%-
XYZ24.4846.7212.73-
YUV139.0586.248.79-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 9.24%
GREEN value IS 210 (82.42% from 255) = 69.31%
BLUE value IS 65 (25.78% from 255) = 21.45%
R=9.24%
G=69.31%
B=21.45%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal28210650.8700.690.18132.276.4746.67
Hex1CD2415704512844c2f
Octal3432210112701052220411457
Binary1110011010010100000110101110100010110010100001001001100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CD241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,210,65); }

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

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

 a { background-color: rgb(28,210,65); }

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

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

 span { border-color: rgb(28,210,65); }

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