Html Css Color HEX #008B45 Pigment Green

📋 copy color: '#008B45'

red 0 ◦ green 139 ◦ blue 69

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

Shades of Pigment Green #008B45

Tints of Pigment Green #008B45

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

 M value IS 0

 Y value IS 0.50

 K value IS 0.45

RGB Variations

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

Color information

#008B45 (or 0x008B45) is known color: 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

RGB 0 139 69 -
CMYK 1 0 0.50 0.45
HSL 149.78º 1% 0.27% -
HSV(B) 149.78º 1% 0.55% -
XYZ 10.31 18.89 8.73 -
YUV 89.46 116.45 64.19 -
System Red Green Blue C M Y K H S L
Decimal 0 139 69 1 0 0.50 0.45 149.78 1 0.27
Hex 0 8B 45 64 0 32 2D 96 64 1B
Octal 0 213 105 144 0 62 55 226 144 33
Binary 0 10001011 1000101 1100100 0 110010 101101 10010110 1100100 11011

Color Harmonies of #008B45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008B45

Black with #008B45

Text Example


Text Example

White with #008B45

Text Example


Text Example

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