#008B4F

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

Shades of Shamrock Green #008B4F

Tints of Shamrock Green #008B4F

Color information

#008B4F (or 0x008B4F) is unknown color: approx Shamrock Green. HEX triplet: 00, 8B and 4F. RGB value is (0,139,79). Sum of RGB (Red+Green+Blue) = 0+139+79=218 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 218); Green value is 139 (54.69% from 255 or 63.76% from 218); Blue value is 79 (31.25% from 255 or 36.24% from 218); Max value from RGB is 139 - color contains mainly: green. Hex color #008B4F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #008B4F is #FF74B0. Grayscale: #5A5A5A. Windows color (decimal): -16741553 or 5212928. OLE color: 5212928.

HSL color Cylindrical-coordinate representation of color #008B4F: hue angle of 154.1º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008B4F is Cyan = 1, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.45.

Color convert

RGB013979-
CMYK100.430.45
HSL154.1º100%27.25%-
HSV(B)154.1º100%54.51%-
XYZ10.6419.0310.51-
YUV90.6121.4563.38-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 139 (54.69% from 255) = 63.76%
BLUE value IS 79 (31.25% from 255) = 36.24%
R=0%
G=63.76%
B=36.24%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal013979100.430.45154.110027.25
Hex08B4F6402B2D9a641b
Octal02131171440535523214433
Binary01000101110011111100100010101110110110011010110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #008B4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #008B4F; }

 p { color: rgb(0,139,79); }

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

<style>
 a { background-color: #008B4F; }

 a { background-color: rgb(0,139,79); }

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

<style>
 span { border-color: #008B4F; }

 span { border-color: rgb(0,139,79); }

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