Html Css Color HEX #018E3E Pigment Green

📋 copy color: '#018E3E'

red 1 ◦ green 142 ◦ blue 62

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

Shades of Pigment Green #018E3E

Tints of Pigment Green #018E3E

RGB

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

 GREEN value IS 142 (55.86% from 255) = 69.27%

 BLUE value IS 62 (24.61% from 255) = 30.24%

R = 0.49%
G = 69.27%
B = 30.24%

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

#018E3E (or 0x018E3E) is known color: Pigment Green. HEX triplet: 01, 8E and 3E. RGB value is (1,142,62). Sum of RGB (Red+Green+Blue) = 1+142+62=205 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 205); Green value is 142 (55.86% from 255 or 69.27% from 205); Blue value is 62 (24.61% from 255 or 30.24% from 205); Max value from RGB is 142 - color contains mainly: green. Hex color #018E3E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #018E3E is #FE71C1. Grayscale: #5A5A5A. Windows color (decimal): -16675266 or 4099585. OLE color: 4099585.

HSL color Cylindrical-coordinate representation of color #018E3E: hue angle of 145.96º 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 #018E3E is Cyan = 0.99, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.44.

Color convert

RGB 1 142 62 -
CMYK 0.99 0 0.56 0.44
HSL 145.96º 0.99% 0.28% -
HSV(B) 145.96º 0.99% 0.56% -
XYZ 10.56 19.7 7.8 -
YUV 90.72 111.79 64 -
System Red Green Blue C M Y K H S L
Decimal 1 142 62 0.99 0 0.56 0.44 145.96 0.99 0.28
Hex 1 8E 3E 63 0 38 2C 92 63 1C
Octal 1 216 76 143 0 70 54 222 143 34
Binary 1 10001110 111110 1100011 0 111000 101100 10010010 1100011 11100

Color Harmonies of #018E3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018E3E

Black with #018E3E

Text Example


Text Example

White with #018E3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,142,62); }

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

background-color css

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

 a { background-color: rgb(1,142,62); }

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

border-color css

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

 span { border-color: rgb(1,142,62); }

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