#008B45

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

Shades of Pigment Green #008B45

Tints of Pigment Green #008B45

Color information

#008B45 (or 0x008B45) is unknown color: approx Pigment Green. HEX triplet: 00, 8B and 45. RGB value is (0,139,69). Sum of RGB (Red+Green+Blue) = 0+139+69=208 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 208); Green value is 139 (54.69% from 255 or 66.83% from 208); Blue value is 69 (27.34% from 255 or 33.17% from 208); Max value from RGB is 139 - color contains mainly: green. Hex color #008B45 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #008B45 is #FF74BA. Grayscale: #595959. Windows color (decimal): -16741563 or 4557568. OLE color: 4557568.

HSL color Cylindrical-coordinate representation of color #008B45: hue angle of 149.78º 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 #008B45 is Cyan = 1, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.45.

Color convert

RGB013969-
CMYK100.500.45
HSL149.78º100%27.25%-
HSV(B)149.78º100%54.51%-
XYZ10.3118.898.73-
YUV89.46116.4564.19-

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) = 66.83%
BLUE value IS 69 (27.34% from 255) = 33.17%
R=0%
G=66.83%
B=33.17%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal013969100.500.45149.7810027.25
Hex08B45640322D96641b
Octal02131051440625522614433
Binary01000101110001011100100011001010110110010110110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #008B45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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