Html Css Color HEX #018021 Green

📋 copy color: '#018021'

red 1 ◦ green 128 ◦ blue 33

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

Shades of Green #018021

Tints of Green #018021

RGB

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

 GREEN value IS 128 (50.39% from 255) = 79.01%

 BLUE value IS 33 (13.28% from 255) = 20.37%

R = 0.62%
G = 79.01%
B = 20.37%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.74

 K value IS 0.50

RGB Variations

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

Color information

#018021 (or 0x018021) is known color: Green. HEX triplet: 01, 80 and 21. RGB value is (1,128,33). Sum of RGB (Red+Green+Blue) = 1+128+33=162 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.62% from 162); Green value is 128 (50.39% from 255 or 79.01% from 162); Blue value is 33 (13.28% from 255 or 20.37% from 162); Max value from RGB is 128 - color contains mainly: green. Hex color #018021 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #018021 is #FE7FDE. Grayscale: #4F4F4F. Windows color (decimal): -16678879 or 2195457. OLE color: 2195457.

HSL color Cylindrical-coordinate representation of color #018021: hue angle of 135.12º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018021 is Cyan = 0.99, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.50.

Color convert

RGB 1 128 33 -
CMYK 0.99 0 0.74 0.50
HSL 135.12º 0.98% 0.25% -
HSV(B) 135.12º 0.99% 0.5% -
XYZ 8.01 15.55 4.02 -
YUV 79.2 101.92 72.22 -
System Red Green Blue C M Y K H S L
Decimal 1 128 33 0.99 0 0.74 0.50 135.12 0.98 0.25
Hex 1 80 21 63 0 4A 32 87 62 19
Octal 1 200 41 143 0 112 62 207 142 31
Binary 1 10000000 100001 1100011 0 1001010 110010 10000111 1100010 11001

Color Harmonies of #018021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018021

Black with #018021

Text Example


Text Example

White with #018021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018021; }

 p { color: rgb(1,128,33); }

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

background-color css

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

 a { background-color: rgb(1,128,33); }

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

border-color css

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

 span { border-color: rgb(1,128,33); }

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