Html Css Color HEX #018C44 Pigment Green

📋 copy color: '#018C44'

red 1 ◦ green 140 ◦ blue 68

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

Shades of Pigment Green #018C44

Tints of Pigment Green #018C44

RGB

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

 GREEN value IS 140 (55.08% from 255) = 66.99%

 BLUE value IS 68 (26.95% from 255) = 32.54%

R = 0.48%
G = 66.99%
B = 32.54%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.51

 K value IS 0.45

RGB Variations

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

Color information

#018C44 (or 0x018C44) is known color: Pigment Green. HEX triplet: 01, 8C and 44. RGB value is (1,140,68). Sum of RGB (Red+Green+Blue) = 1+140+68=209 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.48% from 209); Green value is 140 (55.08% from 255 or 66.99% from 209); Blue value is 68 (26.95% from 255 or 32.54% from 209); Max value from RGB is 140 - color contains mainly: green. Hex color #018C44 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #018C44 is #FE73BB. Grayscale: #5A5A5A. Windows color (decimal): -16675772 or 4492289. OLE color: 4492289.

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

Color convert

RGB 1 140 68 -
CMYK 0.99 0 0.51 0.45
HSL 148.92º 0.99% 0.28% -
HSV(B) 148.92º 0.99% 0.55% -
XYZ 10.43 19.18 8.62 -
YUV 90.23 115.45 64.35 -
System Red Green Blue C M Y K H S L
Decimal 1 140 68 0.99 0 0.51 0.45 148.92 0.99 0.28
Hex 1 8C 44 63 0 33 2D 95 63 1C
Octal 1 214 104 143 0 63 55 225 143 34
Binary 1 10001100 1000100 1100011 0 110011 101101 10010101 1100011 11100

Color Harmonies of #018C44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018C44

Black with #018C44

Text Example


Text Example

White with #018C44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,140,68); }

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

background-color css

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

 a { background-color: rgb(1,140,68); }

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

border-color css

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

 span { border-color: rgb(1,140,68); }

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