Html Css Color HEX #018D4D Pigment Green

📋 copy color: '#018D4D'

red 1 ◦ green 141 ◦ blue 77

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

Shades of Pigment Green #018D4D

Tints of Pigment Green #018D4D

RGB

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

 GREEN value IS 141 (55.47% from 255) = 64.38%

 BLUE value IS 77 (30.47% from 255) = 35.16%

R = 0.46%
G = 64.38%
B = 35.16%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.45

 K value IS 0.45

RGB Variations

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

Color information

#018D4D (or 0x018D4D) is known color: Pigment Green. HEX triplet: 01, 8D and 4D. RGB value is (1,141,77). Sum of RGB (Red+Green+Blue) = 1+141+77=219 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.46% from 219); Green value is 141 (55.47% from 255 or 64.38% from 219); Blue value is 77 (30.47% from 255 or 35.16% from 219); Max value from RGB is 141 - color contains mainly: green. Hex color #018D4D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #018D4D is #FE72B2. Grayscale: #5B5B5B. Windows color (decimal): -16675507 or 5082369. OLE color: 5082369.

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

Color convert

RGB 1 141 77 -
CMYK 0.99 0 0.45 0.45
HSL 152.57º 0.99% 0.28% -
HSV(B) 152.57º 0.99% 0.55% -
XYZ 10.88 19.59 10.23 -
YUV 91.84 119.62 63.2 -
System Red Green Blue C M Y K H S L
Decimal 1 141 77 0.99 0 0.45 0.45 152.57 0.99 0.28
Hex 1 8D 4D 63 0 2D 2D 99 63 1C
Octal 1 215 115 143 0 55 55 231 143 34
Binary 1 10001101 1001101 1100011 0 101101 101101 10011001 1100011 11100

Color Harmonies of #018D4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018D4D

Black with #018D4D

Text Example


Text Example

White with #018D4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,141,77); }

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

background-color css

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

 a { background-color: rgb(1,141,77); }

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

border-color css

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

 span { border-color: rgb(1,141,77); }

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