#29CB98

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

Shades of Shamrock #29CB98

Tints of Shamrock #29CB98

Color information

#29CB98 (or 0x29CB98) is unknown color: approx Shamrock. HEX triplet: 29, CB and 98. RGB value is (41,203,152). Sum of RGB (Red+Green+Blue) = 41+203+152=396 (52% of max value = 765). Red value is 41 (16.41% from 255 or 10.35% from 396); Green value is 203 (79.69% from 255 or 51.26% from 396); Blue value is 152 (59.77% from 255 or 38.38% from 396); Max value from RGB is 203 - color contains mainly: green. Hex color #29CB98 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #29CB98 is #D63467. Grayscale: #949494. Windows color (decimal): -14038120 or 10013481. OLE color: 10013481.

HSL color Cylindrical-coordinate representation of color #29CB98: hue angle of 161.11º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #29CB98 is Cyan = 0.80, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.20.

Color convert

RGB41203152-
CMYK0.8000.250.20
HSL161.11º66.39%47.84%-
HSV(B)161.11º79.8%79.61%-
XYZ27.9445.4537.01-
YUV148.75129.8351.15-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 10.35%
GREEN value IS 203 (79.69% from 255) = 51.26%
BLUE value IS 152 (59.77% from 255) = 38.38%
R=10.35%
G=51.26%
B=38.38%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal412031520.8000.250.20161.1166.3947.84
Hex29CB985001914a14230
Octal513132301200312424110260
Binary1010011100101110011000101000001100110100101000011000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29CB98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29CB98; }

 p { color: rgb(41,203,152); }

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

<style>
 a { background-color: #29CB98; }

 a { background-color: rgb(41,203,152); }

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

<style>
 span { border-color: #29CB98; }

 span { border-color: rgb(41,203,152); }

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