#038D4F

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

Shades of Shamrock Green #038D4F

Tints of Shamrock Green #038D4F

Color information

#038D4F (or 0x038D4F) is unknown color: approx Shamrock Green. HEX triplet: 03, 8D and 4F. RGB value is (3,141,79). Sum of RGB (Red+Green+Blue) = 3+141+79=223 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.35% from 223); Green value is 141 (55.47% from 255 or 63.23% from 223); Blue value is 79 (31.25% from 255 or 35.43% from 223); Max value from RGB is 141 - color contains mainly: green. Hex color #038D4F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #038D4F is #FC72B0. Grayscale: #5C5C5C. Windows color (decimal): -16544433 or 5213443. OLE color: 5213443.

HSL color Cylindrical-coordinate representation of color #038D4F: hue angle of 153.04º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #038D4F is Cyan = 0.98, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.45.

Color convert

RGB314179-
CMYK0.9800.440.45
HSL153.04º95.83%28.24%-
HSV(B)153.04º97.87%55.29%-
XYZ10.9719.6310.61-
YUV92.67120.2864.04-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.35%
GREEN value IS 141 (55.47% from 255) = 63.23%
BLUE value IS 79 (31.25% from 255) = 35.43%
R=1.35%
G=63.23%
B=35.43%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal3141790.9800.440.45153.0495.8328.24
Hex38D4F6202C2D99601c
Octal32151171420545523114034
Binary111000110110011111100010010110010110110011001110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #038D4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #038D4F; }

 p { color: rgb(3,141,79); }

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

<style>
 a { background-color: #038D4F; }

 a { background-color: rgb(3,141,79); }

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

<style>
 span { border-color: #038D4F; }

 span { border-color: rgb(3,141,79); }

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