Html Css Color HEX #01821C Green

📋 copy color: '#01821C'

red 1 ◦ green 130 ◦ blue 28

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

Shades of Green #01821C

Tints of Green #01821C

RGB

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

 GREEN value IS 130 (51.17% from 255) = 81.76%

 BLUE value IS 28 (11.33% from 255) = 17.61%

R = 0.63%
G = 81.76%
B = 17.61%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.78

 K value IS 0.49

RGB Variations

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

Color information

#01821C (or 0x01821C) is known color: Green. HEX triplet: 01, 82 and 1C. RGB value is (1,130,28). Sum of RGB (Red+Green+Blue) = 1+130+28=159 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.63% from 159); Green value is 130 (51.17% from 255 or 81.76% from 159); Blue value is 28 (11.33% from 255 or 17.61% from 159); Max value from RGB is 130 - color contains mainly: green. Hex color #01821C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01821C is #FE7DE3. Grayscale: #505050. Windows color (decimal): -16678372 or 1868289. OLE color: 1868289.

HSL color Cylindrical-coordinate representation of color #01821C: hue angle of 132.56º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01821C is Cyan = 0.99, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.49.

Color convert

RGB 1 130 28 -
CMYK 0.99 0 0.78 0.49
HSL 132.56º 0.98% 0.26% -
HSV(B) 132.56º 0.99% 0.51% -
XYZ 8.2 16.06 3.77 -
YUV 79.8 98.76 71.79 -
System Red Green Blue C M Y K H S L
Decimal 1 130 28 0.99 0 0.78 0.49 132.56 0.98 0.26
Hex 1 82 1C 63 0 4E 31 85 62 1A
Octal 1 202 34 143 0 116 61 205 142 32
Binary 1 10000010 11100 1100011 0 1001110 110001 10000101 1100010 11010

Color Harmonies of #01821C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01821C

Black with #01821C

Text Example


Text Example

White with #01821C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01821C; }

 p { color: rgb(1,130,28); }

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

background-color css

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

 a { background-color: rgb(1,130,28); }

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

border-color css

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

 span { border-color: rgb(1,130,28); }

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