Html Css Color HEX #018E3B Pigment Green

📋 copy color: '#018E3B'

red 1 ◦ green 142 ◦ blue 59

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

Shades of Pigment Green #018E3B

Tints of Pigment Green #018E3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 29.21%

R = 0.5%
G = 70.3%
B = 29.21%

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

#018E3B (or 0x018E3B) is known color: Pigment Green. HEX triplet: 01, 8E and 3B. RGB value is (1,142,59). Sum of RGB (Red+Green+Blue) = 1+142+59=202 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.50% from 202); Green value is 142 (55.86% from 255 or 70.30% from 202); Blue value is 59 (23.44% from 255 or 29.21% from 202); Max value from RGB is 142 - color contains mainly: green. Hex color #018E3B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #018E3B is #FE71C4. Grayscale: #5A5A5A. Windows color (decimal): -16675269 or 3902977. OLE color: 3902977.

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

Color convert

RGB 1 142 59 -
CMYK 0.99 0 0.58 0.44
HSL 144.68º 0.99% 0.28% -
HSV(B) 144.68º 0.99% 0.56% -
XYZ 10.47 19.67 7.38 -
YUV 90.38 110.29 64.25 -
System Red Green Blue C M Y K H S L
Decimal 1 142 59 0.99 0 0.58 0.44 144.68 0.99 0.28
Hex 1 8E 3B 63 0 3A 2C 91 63 1C
Octal 1 216 73 143 0 72 54 221 143 34
Binary 1 10001110 111011 1100011 0 111010 101100 10010001 1100011 11100

Color Harmonies of #018E3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018E3B

Black with #018E3B

Text Example


Text Example

White with #018E3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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