Html Css Color HEX #018E3D Pigment Green

📋 copy color: '#018E3D'

red 1 ◦ green 142 ◦ blue 61

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

Shades of Pigment Green #018E3D

Tints of Pigment Green #018E3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 29.9%

R = 0.49%
G = 69.61%
B = 29.9%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.57

 K value IS 0.44

RGB Variations

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

Color information

#018E3D (or 0x018E3D) is known color: Pigment Green. HEX triplet: 01, 8E and 3D. RGB value is (1,142,61). Sum of RGB (Red+Green+Blue) = 1+142+61=204 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 204); Green value is 142 (55.86% from 255 or 69.61% from 204); Blue value is 61 (24.22% from 255 or 29.90% from 204); Max value from RGB is 142 - color contains mainly: green. Hex color #018E3D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #018E3D is #FE71C2. Grayscale: #5A5A5A. Windows color (decimal): -16675267 or 4034049. OLE color: 4034049.

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

Color convert

RGB 1 142 61 -
CMYK 0.99 0 0.57 0.44
HSL 145.53º 0.99% 0.28% -
HSV(B) 145.53º 0.99% 0.56% -
XYZ 10.53 19.69 7.66 -
YUV 90.61 111.29 64.09 -
System Red Green Blue C M Y K H S L
Decimal 1 142 61 0.99 0 0.57 0.44 145.53 0.99 0.28
Hex 1 8E 3D 63 0 39 2C 92 63 1C
Octal 1 216 75 143 0 71 54 222 143 34
Binary 1 10001110 111101 1100011 0 111001 101100 10010010 1100011 11100

Color Harmonies of #018E3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018E3D

Black with #018E3D

Text Example


Text Example

White with #018E3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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