Html Css Color HEX #2DC390 Shamrock

📋 copy color: '#2DC390'

red 45 ◦ green 195 ◦ blue 144

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

Shades of Shamrock #2DC390

Tints of Shamrock #2DC390

RGB

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

 GREEN value IS 195 (76.56% from 255) = 50.78%

 BLUE value IS 144 (56.64% from 255) = 37.5%

R = 11.72%
G = 50.78%
B = 37.5%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.26

 K value IS 0.24

RGB Variations

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

Color information

#2DC390 (or 0x2DC390) is known color: Shamrock. HEX triplet: 2D, C3 and 90. RGB value is (45,195,144). Sum of RGB (Red+Green+Blue) = 45+195+144=384 (50% of max value = 765). Red value is 45 (17.97% from 255 or 11.72% from 384); Green value is 195 (76.56% from 255 or 50.78% from 384); Blue value is 144 (56.64% from 255 or 37.5% from 384); Max value from RGB is 195 - color contains mainly: green. Hex color #2DC390 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2DC390 is #D23C6F. Grayscale: #909090. Windows color (decimal): -13778032 or 9487149. OLE color: 9487149.

HSL color Cylindrical-coordinate representation of color #2DC390: hue angle of 159.6º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2DC390 is Cyan = 0.77, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.24.

Color convert

RGB 45 195 144 -
CMYK 0.77 0 0.26 0.24
HSL 159.6º 0.63% 0.47% -
HSV(B) 159.6º 0.77% 0.76% -
XYZ 25.63 41.6 33.06 -
YUV 144.34 127.81 57.15 -
System Red Green Blue C M Y K H S L
Decimal 45 195 144 0.77 0 0.26 0.24 159.6 0.63 0.47
Hex 2D C3 90 4D 0 1A 18 A0 3E 2F
Octal 55 303 220 115 0 32 30 240 76 57
Binary 101101 11000011 10010000 1001101 0 11010 11000 10100000 111110 101111

Color Harmonies of #2DC390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DC390

Black with #2DC390

Text Example


Text Example

White with #2DC390

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,195,144); }

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

background-color css

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

 a { background-color: rgb(45,195,144); }

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

border-color css

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

 span { border-color: rgb(45,195,144); }

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