Html Css Color HEX #008C42 Pigment Green

📋 copy color: '#008C42'

red 0 ◦ green 140 ◦ blue 66

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

Shades of Pigment Green #008C42

Tints of Pigment Green #008C42

RGB

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

 GREEN value IS 140 (55.08% from 255) = 67.96%

 BLUE value IS 66 (26.17% from 255) = 32.04%

R = 0%
G = 67.96%
B = 32.04%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.53

 K value IS 0.45

RGB Variations

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

Color information

#008C42 (or 0x008C42) is known color: Pigment Green. HEX triplet: 00, 8C and 42. RGB value is (0,140,66). Sum of RGB (Red+Green+Blue) = 0+140+66=206 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 206); Green value is 140 (55.08% from 255 or 67.96% from 206); Blue value is 66 (26.17% from 255 or 32.04% from 206); Max value from RGB is 140 - color contains mainly: green. Hex color #008C42 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #008C42 is #FF73BD. Grayscale: #595959. Windows color (decimal): -16741310 or 4361216. OLE color: 4361216.

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

Color convert

RGB 0 140 66 -
CMYK 1 0 0.53 0.45
HSL 148.29º 1% 0.27% -
HSV(B) 148.29º 1% 0.55% -
XYZ 10.36 19.15 8.3 -
YUV 89.7 114.62 64.02 -
System Red Green Blue C M Y K H S L
Decimal 0 140 66 1 0 0.53 0.45 148.29 1 0.27
Hex 0 8C 42 64 0 35 2D 94 64 1B
Octal 0 214 102 144 0 65 55 224 144 33
Binary 0 10001100 1000010 1100100 0 110101 101101 10010100 1100100 11011

Color Harmonies of #008C42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008C42

Black with #008C42

Text Example


Text Example

White with #008C42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,140,66); }

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

background-color css

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

 a { background-color: rgb(0,140,66); }

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

border-color css

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

 span { border-color: rgb(0,140,66); }

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