#1BD29C

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

Shades of Shamrock #1BD29C

Tints of Shamrock #1BD29C

Color information

#1BD29C (or 0x1BD29C) is unknown color: approx Shamrock. HEX triplet: 1B, D2 and 9C. RGB value is (27,210,156). Sum of RGB (Red+Green+Blue) = 27+210+156=393 (52% of max value = 765). Red value is 27 (10.94% from 255 or 6.87% from 393); Green value is 210 (82.42% from 255 or 53.44% from 393); Blue value is 156 (61.33% from 255 or 39.69% from 393); Max value from RGB is 210 - color contains mainly: green. Hex color #1BD29C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1BD29C is #E42D63. Grayscale: #959595. Windows color (decimal): -14953828 or 10277403. OLE color: 10277403.

HSL color Cylindrical-coordinate representation of color #1BD29C: hue angle of 162.3º 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 #1BD29C is Cyan = 0.87, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.18.

Color convert

RGB27210156-
CMYK0.8700.260.18
HSL162.3º77.22%46.47%-
HSV(B)162.3º87.14%82.35%-
XYZ29.548.7339.3-
YUV149.13131.8740.89-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 6.87%
GREEN value IS 210 (82.42% from 255) = 53.44%
BLUE value IS 156 (61.33% from 255) = 39.69%
R=6.87%
G=53.44%
B=39.69%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal272101560.8700.260.18162.377.2246.47
Hex1BD29C5701A12a24d2e
Octal333222341270322224211556
Binary110111101001010011100101011101101010010101000101001101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1BD29C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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