Html Css Color HEX #018D3D Pigment Green

📋 copy color: '#018D3D'

red 1 ◦ green 141 ◦ blue 61

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

Shades of Pigment Green #018D3D

Tints of Pigment Green #018D3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 30.05%

R = 0.49%
G = 69.46%
B = 30.05%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.57

 K value IS 0.45

RGB Variations

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

Color information

#018D3D (or 0x018D3D) is known color: Pigment Green. HEX triplet: 01, 8D and 3D. RGB value is (1,141,61). Sum of RGB (Red+Green+Blue) = 1+141+61=203 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 203); Green value is 141 (55.47% from 255 or 69.46% from 203); Blue value is 61 (24.22% from 255 or 30.05% from 203); Max value from RGB is 141 - color contains mainly: green. Hex color #018D3D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #018D3D is #FE72C2. Grayscale: #5A5A5A. Windows color (decimal): -16675523 or 4033793. OLE color: 4033793.

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

Color convert

RGB 1 141 61 -
CMYK 0.99 0 0.57 0.45
HSL 145.71º 0.99% 0.28% -
HSV(B) 145.71º 0.99% 0.55% -
XYZ 10.38 19.39 7.61 -
YUV 90.02 111.62 64.5 -
System Red Green Blue C M Y K H S L
Decimal 1 141 61 0.99 0 0.57 0.45 145.71 0.99 0.28
Hex 1 8D 3D 63 0 39 2D 92 63 1C
Octal 1 215 75 143 0 71 55 222 143 34
Binary 1 10001101 111101 1100011 0 111001 101101 10010010 1100011 11100

Color Harmonies of #018D3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018D3D

Black with #018D3D

Text Example


Text Example

White with #018D3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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