Html Css Color HEX #008F3F Pigment Green

📋 copy color: '#008F3F'

red 0 ◦ green 143 ◦ blue 63

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

Shades of Pigment Green #008F3F

Tints of Pigment Green #008F3F

RGB

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

 GREEN value IS 143 (56.25% from 255) = 69.42%

 BLUE value IS 63 (25% from 255) = 30.58%

R = 0%
G = 69.42%
B = 30.58%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.56

 K value IS 0.44

RGB Variations

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

Color information

#008F3F (or 0x008F3F) is known color: Pigment Green. HEX triplet: 00, 8F and 3F. RGB value is (0,143,63). Sum of RGB (Red+Green+Blue) = 0+143+63=206 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 206); Green value is 143 (56.25% from 255 or 69.42% from 206); Blue value is 63 (25% from 255 or 30.58% from 206); Max value from RGB is 143 - color contains mainly: green. Hex color #008F3F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #008F3F is #FF70C0. Grayscale: #5B5B5B. Windows color (decimal): -16740545 or 4165376. OLE color: 4165376.

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

Color convert

RGB 0 143 63 -
CMYK 1 0 0.56 0.44
HSL 146.43º 1% 0.28% -
HSV(B) 146.43º 1% 0.56% -
XYZ 10.72 20 8 -
YUV 91.12 112.12 63 -
System Red Green Blue C M Y K H S L
Decimal 0 143 63 1 0 0.56 0.44 146.43 1 0.28
Hex 0 8F 3F 64 0 38 2C 92 64 1C
Octal 0 217 77 144 0 70 54 222 144 34
Binary 0 10001111 111111 1100100 0 111000 101100 10010010 1100100 11100

Color Harmonies of #008F3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008F3F

Black with #008F3F

Text Example


Text Example

White with #008F3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,143,63); }

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

background-color css

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

 a { background-color: rgb(0,143,63); }

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

border-color css

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

 span { border-color: rgb(0,143,63); }

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