Html Css Color HEX #038D4F Shamrock Green

📋 copy color: '#038D4F'

red 3 ◦ green 141 ◦ blue 79

#038D4F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Shamrock Green #038D4F

Tints of Shamrock Green #038D4F

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 value IS 0.98

 M value IS 0

 Y value IS 0.44

 K value IS 0.45

RGB Variations

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

Color information

#038D4F (or 0x038D4F) is known color: 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

RGB 3 141 79 -
CMYK 0.98 0 0.44 0.45
HSL 153.04º 0.96% 0.28% -
HSV(B) 153.04º 0.98% 0.55% -
XYZ 10.97 19.63 10.61 -
YUV 92.67 120.28 64.04 -
System Red Green Blue C M Y K H S L
Decimal 3 141 79 0.98 0 0.44 0.45 153.04 0.96 0.28
Hex 3 8D 4F 62 0 2C 2D 99 60 1C
Octal 3 215 117 142 0 54 55 231 140 34
Binary 11 10001101 1001111 1100010 0 101100 101101 10011001 1100000 11100

Color Harmonies of #038D4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #038D4F

Black with #038D4F

Text Example


Text Example

White with #038D4F

Text Example


Text Example

HTML Codes & Css Web 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>