Html Css Color HEX #018F3F Pigment Green

📋 copy color: '#018F3F'

red 1 ◦ green 143 ◦ blue 63

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

Shades of Pigment Green #018F3F

Tints of Pigment Green #018F3F

RGB

 RED value IS 1 (0.78% from 255) = 0.48%

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

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

R = 0.48%
G = 69.08%
B = 30.43%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.56

 K value IS 0.44

RGB Variations

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

Color information

#018F3F (or 0x018F3F) is known color: Pigment Green. HEX triplet: 01, 8F and 3F. RGB value is (1,143,63). Sum of RGB (Red+Green+Blue) = 1+143+63=207 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.48% from 207); Green value is 143 (56.25% from 255 or 69.08% from 207); Blue value is 63 (25% from 255 or 30.43% from 207); Max value from RGB is 143 - color contains mainly: green. Hex color #018F3F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #018F3F is #FE70C0. Grayscale: #5B5B5B. Windows color (decimal): -16675009 or 4165377. OLE color: 4165377.

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

Color convert

RGB 1 143 63 -
CMYK 0.99 0 0.56 0.44
HSL 146.2º 0.99% 0.28% -
HSV(B) 146.2º 0.99% 0.56% -
XYZ 10.73 20.01 8 -
YUV 91.42 111.96 63.5 -
System Red Green Blue C M Y K H S L
Decimal 1 143 63 0.99 0 0.56 0.44 146.2 0.99 0.28
Hex 1 8F 3F 63 0 38 2C 92 63 1C
Octal 1 217 77 143 0 70 54 222 143 34
Binary 1 10001111 111111 1100011 0 111000 101100 10010010 1100011 11100

Color Harmonies of #018F3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018F3F

Black with #018F3F

Text Example


Text Example

White with #018F3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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