Html Css Color HEX #018F3C Pigment Green

📋 copy color: '#018F3C'

red 1 ◦ green 143 ◦ blue 60

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

Shades of Pigment Green #018F3C

Tints of Pigment Green #018F3C

RGB

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

 GREEN value IS 143 (56.25% from 255) = 70.1%

 BLUE value IS 60 (23.83% from 255) = 29.41%

R = 0.49%
G = 70.1%
B = 29.41%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.58

 K value IS 0.44

RGB Variations

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

Color information

#018F3C (or 0x018F3C) is known color: Pigment Green. HEX triplet: 01, 8F and 3C. RGB value is (1,143,60). Sum of RGB (Red+Green+Blue) = 1+143+60=204 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 204); Green value is 143 (56.25% from 255 or 70.10% from 204); Blue value is 60 (23.83% from 255 or 29.41% from 204); Max value from RGB is 143 - color contains mainly: green. Hex color #018F3C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #018F3C is #FE70C3. Grayscale: #5B5B5B. Windows color (decimal): -16675012 or 3968769. OLE color: 3968769.

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

Color convert

RGB 1 143 60 -
CMYK 0.99 0 0.58 0.44
HSL 144.93º 0.99% 0.28% -
HSV(B) 144.93º 0.99% 0.56% -
XYZ 10.65 19.98 7.57 -
YUV 91.08 110.46 63.75 -
System Red Green Blue C M Y K H S L
Decimal 1 143 60 0.99 0 0.58 0.44 144.93 0.99 0.28
Hex 1 8F 3C 63 0 3A 2C 91 63 1C
Octal 1 217 74 143 0 72 54 221 143 34
Binary 1 10001111 111100 1100011 0 111010 101100 10010001 1100011 11100

Color Harmonies of #018F3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018F3C

Black with #018F3C

Text Example


Text Example

White with #018F3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,143,60); }

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

background-color css

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

 a { background-color: rgb(1,143,60); }

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

border-color css

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

 span { border-color: rgb(1,143,60); }

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