Html Css Color HEX #008D3C Pigment Green

📋 copy color: '#008D3C'

red 0 ◦ green 141 ◦ blue 60

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

Shades of Pigment Green #008D3C

Tints of Pigment Green #008D3C

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 141 (55.47% from 255) = 70.15%

 BLUE value IS 60 (23.83% from 255) = 29.85%

R = 0%
G = 70.15%
B = 29.85%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.57

 K value IS 0.45

RGB Variations

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

Color information

#008D3C (or 0x008D3C) is known color: Pigment Green. HEX triplet: 00, 8D and 3C. RGB value is (0,141,60). Sum of RGB (Red+Green+Blue) = 0+141+60=201 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 201); Green value is 141 (55.47% from 255 or 70.15% from 201); Blue value is 60 (23.83% from 255 or 29.85% from 201); Max value from RGB is 141 - color contains mainly: green. Hex color #008D3C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #008D3C is #FF72C3. Grayscale: #595959. Windows color (decimal): -16741060 or 3968256. OLE color: 3968256.

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

Color convert

RGB 0 141 60 -
CMYK 1 0 0.57 0.45
HSL 145.53º 1% 0.28% -
HSV(B) 145.53º 1% 0.55% -
XYZ 10.34 19.38 7.47 -
YUV 89.61 111.29 64.09 -
System Red Green Blue C M Y K H S L
Decimal 0 141 60 1 0 0.57 0.45 145.53 1 0.28
Hex 0 8D 3C 64 0 39 2D 92 64 1C
Octal 0 215 74 144 0 71 55 222 144 34
Binary 0 10001101 111100 1100100 0 111001 101101 10010010 1100100 11100

Color Harmonies of #008D3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008D3C

Black with #008D3C

Text Example


Text Example

White with #008D3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,141,60); }

 H1.HeaderClassName
 {
   color: #008D3C;
 }
 .AnyTagClassName
 {
   color: #008D3C;
 }
</style>

background-color css

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

 a { background-color: rgb(0,141,60); }

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

border-color css

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

 span { border-color: rgb(0,141,60); }

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