Html Css Color HEX #2DD969 Malachite

📋 copy color: '#2DD969'

red 45 ◦ green 217 ◦ blue 105

#2DD969
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Malachite #2DD969

Tints of Malachite #2DD969

RGB

 RED value IS 45 (17.97% from 255) = 12.26%

 GREEN value IS 217 (85.16% from 255) = 59.13%

 BLUE value IS 105 (41.41% from 255) = 28.61%

R = 12.26%
G = 59.13%
B = 28.61%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.52

 K value IS 0.15

RGB Variations

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

Color information

#2DD969 (or 0x2DD969) is known color: Malachite. HEX triplet: 2D, D9 and 69. RGB value is (45,217,105). Sum of RGB (Red+Green+Blue) = 45+217+105=367 (48% of max value = 765). Red value is 45 (17.97% from 255 or 12.26% from 367); Green value is 217 (85.16% from 255 or 59.13% from 367); Blue value is 105 (41.41% from 255 or 28.61% from 367); Max value from RGB is 217 - color contains mainly: green. Hex color #2DD969 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DD969 is #D22696. Grayscale: #999999. Windows color (decimal): -13772439 or 6936877. OLE color: 6936877.

HSL color Cylindrical-coordinate representation of color #2DD969: hue angle of 140.93º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2DD969 is Cyan = 0.79, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.15.

Color convert

RGB 45 217 105 -
CMYK 0.79 0 0.52 0.15
HSL 140.93º 0.69% 0.51% -
HSV(B) 140.93º 0.79% 0.85% -
XYZ 28.44 51.2 21.75 -
YUV 152.8 101.02 51.11 -
System Red Green Blue C M Y K H S L
Decimal 45 217 105 0.79 0 0.52 0.15 140.93 0.69 0.51
Hex 2D D9 69 4F 0 34 F 8D 45 33
Octal 55 331 151 117 0 64 17 215 105 63
Binary 101101 11011001 1101001 1001111 0 110100 1111 10001101 1000101 110011

Color Harmonies of #2DD969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DD969

Black with #2DD969

Text Example


Text Example

White with #2DD969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2DD969; }

 p { color: rgb(45,217,105); }

 H1.HeaderClassName
 {
   color: #2DD969;
 }
 .AnyTagClassName
 {
   color: #2DD969;
 }
</style>

background-color css

<style>
 a { background-color: #2DD969; }

 a { background-color: rgb(45,217,105); }

 div.DivClassName
 {
   background-color: #2DD969;
 }
 .BgClassName
 {
   background-color: #2DD969;
 }
</style>

border-color css

<style>
 span { border-color: #2DD969; }

 span { border-color: rgb(45,217,105); }

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