Html Css Color HEX #1DD38D Shamrock

📋 copy color: '#1DD38D'

red 29 ◦ green 211 ◦ blue 141

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

Shades of Shamrock #1DD38D

Tints of Shamrock #1DD38D

RGB

 RED value IS 29 (11.72% from 255) = 7.61%

 GREEN value IS 211 (82.81% from 255) = 55.38%

 BLUE value IS 141 (55.47% from 255) = 37.01%

R = 7.61%
G = 55.38%
B = 37.01%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.33

 K value IS 0.17

RGB Variations

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

Color information

#1DD38D (or 0x1DD38D) is known color: Shamrock. HEX triplet: 1D, D3 and 8D. RGB value is (29,211,141). Sum of RGB (Red+Green+Blue) = 29+211+141=381 (50% of max value = 765). Red value is 29 (11.72% from 255 or 7.61% from 381); Green value is 211 (82.81% from 255 or 55.38% from 381); Blue value is 141 (55.47% from 255 or 37.01% from 381); Max value from RGB is 211 - color contains mainly: green. Hex color #1DD38D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1DD38D is #E22C72. Grayscale: #949494. Windows color (decimal): -14822515 or 9294621. OLE color: 9294621.

HSL color Cylindrical-coordinate representation of color #1DD38D: hue angle of 156.92º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1DD38D is Cyan = 0.86, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.17.

Color convert

RGB 29 211 141 -
CMYK 0.86 0 0.33 0.17
HSL 156.92º 0.76% 0.47% -
HSV(B) 156.92º 0.86% 0.83% -
XYZ 28.61 48.77 33.11 -
YUV 148.6 123.7 42.69 -
System Red Green Blue C M Y K H S L
Decimal 29 211 141 0.86 0 0.33 0.17 156.92 0.76 0.47
Hex 1D D3 8D 56 0 21 11 9D 4C 2F
Octal 35 323 215 126 0 41 21 235 114 57
Binary 11101 11010011 10001101 1010110 0 100001 10001 10011101 1001100 101111

Color Harmonies of #1DD38D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DD38D

Black with #1DD38D

Text Example


Text Example

White with #1DD38D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,211,141); }

 H1.HeaderClassName
 {
   color: #1DD38D;
 }
 .AnyTagClassName
 {
   color: #1DD38D;
 }
</style>

background-color css

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

 a { background-color: rgb(29,211,141); }

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

border-color css

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

 span { border-color: rgb(29,211,141); }

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