#038F52

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

Shades of Shamrock Green #038F52

Tints of Shamrock Green #038F52

Color information

#038F52 (or 0x038F52) is unknown color: approx Shamrock Green. HEX triplet: 03, 8F and 52. RGB value is (3,143,82). Sum of RGB (Red+Green+Blue) = 3+143+82=228 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.32% from 228); Green value is 143 (56.25% from 255 or 62.72% from 228); Blue value is 82 (32.42% from 255 or 35.96% from 228); Max value from RGB is 143 - color contains mainly: green. Hex color #038F52 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #038F52 is #FC70AD. Grayscale: #5E5E5E. Windows color (decimal): -16543918 or 5410563. OLE color: 5410563.

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

Color convert

RGB314382-
CMYK0.9800.430.44
HSL153.86º95.89%28.63%-
HSV(B)153.86º97.9%56.08%-
XYZ11.3820.2711.3-
YUV94.19121.1262.96-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.32%
GREEN value IS 143 (56.25% from 255) = 62.72%
BLUE value IS 82 (32.42% from 255) = 35.96%
R=1.32%
G=62.72%
B=35.96%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal3143820.9800.430.44153.8695.8928.63
Hex38F526202B2C9a601d
Octal32171221420535423214035
Binary111000111110100101100010010101110110010011010110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #038F52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,143,82); }

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

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

 a { background-color: rgb(3,143,82); }

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

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

 span { border-color: rgb(3,143,82); }

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