Html Css Color HEX #018C41 Pigment Green

📋 copy color: '#018C41'

red 1 ◦ green 140 ◦ blue 65

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

Shades of Pigment Green #018C41

Tints of Pigment Green #018C41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 31.55%

R = 0.49%
G = 67.96%
B = 31.55%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.54

 K value IS 0.45

RGB Variations

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

Color information

#018C41 (or 0x018C41) is known color: Pigment Green. HEX triplet: 01, 8C and 41. RGB value is (1,140,65). Sum of RGB (Red+Green+Blue) = 1+140+65=206 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 206); Green value is 140 (55.08% from 255 or 67.96% from 206); Blue value is 65 (25.78% from 255 or 31.55% from 206); Max value from RGB is 140 - color contains mainly: green. Hex color #018C41 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #018C41 is #FE73BE. Grayscale: #5A5A5A. Windows color (decimal): -16675775 or 4295681. OLE color: 4295681.

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

Color convert

RGB 1 140 65 -
CMYK 0.99 0 0.54 0.45
HSL 147.63º 0.99% 0.28% -
HSV(B) 147.63º 0.99% 0.55% -
XYZ 10.34 19.14 8.15 -
YUV 89.89 113.95 64.6 -
System Red Green Blue C M Y K H S L
Decimal 1 140 65 0.99 0 0.54 0.45 147.63 0.99 0.28
Hex 1 8C 41 63 0 36 2D 94 63 1C
Octal 1 214 101 143 0 66 55 224 143 34
Binary 1 10001100 1000001 1100011 0 110110 101101 10010100 1100011 11100

Color Harmonies of #018C41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018C41

Black with #018C41

Text Example


Text Example

White with #018C41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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