Html Css Color HEX #018E3C Pigment Green

📋 copy color: '#018E3C'

red 1 ◦ green 142 ◦ blue 60

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

Shades of Pigment Green #018E3C

Tints of Pigment Green #018E3C

RGB

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

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

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

R = 0.49%
G = 69.95%
B = 29.56%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.58

 K value IS 0.44

RGB Variations

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

Color information

#018E3C (or 0x018E3C) is known color: Pigment Green. HEX triplet: 01, 8E and 3C. RGB value is (1,142,60). Sum of RGB (Red+Green+Blue) = 1+142+60=203 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 203); Green value is 142 (55.86% from 255 or 69.95% from 203); Blue value is 60 (23.83% from 255 or 29.56% from 203); Max value from RGB is 142 - color contains mainly: green. Hex color #018E3C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #018E3C is #FE71C3. Grayscale: #5A5A5A. Windows color (decimal): -16675268 or 3968513. OLE color: 3968513.

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

Color convert

RGB 1 142 60 -
CMYK 0.99 0 0.58 0.44
HSL 145.11º 0.99% 0.28% -
HSV(B) 145.11º 0.99% 0.56% -
XYZ 10.5 19.68 7.52 -
YUV 90.49 110.79 64.17 -
System Red Green Blue C M Y K H S L
Decimal 1 142 60 0.99 0 0.58 0.44 145.11 0.99 0.28
Hex 1 8E 3C 63 0 3A 2C 91 63 1C
Octal 1 216 74 143 0 72 54 221 143 34
Binary 1 10001110 111100 1100011 0 111010 101100 10010001 1100011 11100

Color Harmonies of #018E3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018E3C

Black with #018E3C

Text Example


Text Example

White with #018E3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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