#1BD29D

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

Shades of Shamrock #1BD29D

Tints of Shamrock #1BD29D

Color information

#1BD29D (or 0x1BD29D) is unknown color: approx Shamrock. HEX triplet: 1B, D2 and 9D. RGB value is (27,210,157). Sum of RGB (Red+Green+Blue) = 27+210+157=394 (52% of max value = 765). Red value is 27 (10.94% from 255 or 6.85% from 394); Green value is 210 (82.42% from 255 or 53.30% from 394); Blue value is 157 (61.72% from 255 or 39.85% from 394); Max value from RGB is 210 - color contains mainly: green. Hex color #1BD29D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1BD29D is #E42D62. Grayscale: #959595. Windows color (decimal): -14953827 or 10342939. OLE color: 10342939.

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

Color convert

RGB27210157-
CMYK0.8700.250.18
HSL162.62º77.22%46.47%-
HSV(B)162.62º87.14%82.35%-
XYZ29.5848.7639.75-
YUV149.24132.3740.81-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 6.85%
GREEN value IS 210 (82.42% from 255) = 53.30%
BLUE value IS 157 (61.72% from 255) = 39.85%
R=6.85%
G=53.30%
B=39.85%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal272101570.8700.250.18162.6277.2246.47
Hex1BD29D5701912a34d2e
Octal333222351270312224311556
Binary110111101001010011101101011101100110010101000111001101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1BD29D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,210,157); }

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

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

 a { background-color: rgb(27,210,157); }

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

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

 span { border-color: rgb(27,210,157); }

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