Html Css Color HEX #018D30 Pigment Green

📋 copy color: '#018D30'

red 1 ◦ green 141 ◦ blue 48

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

Shades of Pigment Green #018D30

Tints of Pigment Green #018D30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 25.26%

R = 0.53%
G = 74.21%
B = 25.26%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.66

 K value IS 0.45

RGB Variations

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

Color information

#018D30 (or 0x018D30) is known color: Pigment Green. HEX triplet: 01, 8D and 30. RGB value is (1,141,48). Sum of RGB (Red+Green+Blue) = 1+141+48=190 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.53% from 190); Green value is 141 (55.47% from 255 or 74.21% from 190); Blue value is 48 (19.14% from 255 or 25.26% from 190); Max value from RGB is 141 - color contains mainly: green. Hex color #018D30 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #018D30 is #FE72CF. Grayscale: #585858. Windows color (decimal): -16675536 or 3181825. OLE color: 3181825.

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

Color convert

RGB 1 141 48 -
CMYK 0.99 0 0.66 0.45
HSL 140.14º 0.99% 0.28% -
HSV(B) 140.14º 0.99% 0.55% -
XYZ 10.07 19.27 5.98 -
YUV 88.54 105.12 65.56 -
System Red Green Blue C M Y K H S L
Decimal 1 141 48 0.99 0 0.66 0.45 140.14 0.99 0.28
Hex 1 8D 30 63 0 42 2D 8C 63 1C
Octal 1 215 60 143 0 102 55 214 143 34
Binary 1 10001101 110000 1100011 0 1000010 101101 10001100 1100011 11100

Color Harmonies of #018D30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018D30

Black with #018D30

Text Example


Text Example

White with #018D30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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