Html Css Color HEX #01821D Green

📋 copy color: '#01821D'

red 1 ◦ green 130 ◦ blue 29

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

Shades of Green #01821D

Tints of Green #01821D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 18.13%

R = 0.63%
G = 81.25%
B = 18.13%

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

#01821D (or 0x01821D) is known color: Green. HEX triplet: 01, 82 and 1D. RGB value is (1,130,29). Sum of RGB (Red+Green+Blue) = 1+130+29=160 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.62% from 160); Green value is 130 (51.17% from 255 or 81.25% from 160); Blue value is 29 (11.72% from 255 or 18.12% from 160); Max value from RGB is 130 - color contains mainly: green. Hex color #01821D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01821D is #FE7DE2. Grayscale: #505050. Windows color (decimal): -16678371 or 1933825. OLE color: 1933825.

HSL color Cylindrical-coordinate representation of color #01821D: hue angle of 133.02º 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 #01821D is Cyan = 0.99, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.49.

Color convert

RGB 1 130 29 -
CMYK 0.99 0 0.78 0.49
HSL 133.02º 0.98% 0.26% -
HSV(B) 133.02º 0.99% 0.51% -
XYZ 8.22 16.06 3.83 -
YUV 79.92 99.26 71.71 -
System Red Green Blue C M Y K H S L
Decimal 1 130 29 0.99 0 0.78 0.49 133.02 0.98 0.26
Hex 1 82 1D 63 0 4E 31 85 62 1A
Octal 1 202 35 143 0 116 61 205 142 32
Binary 1 10000010 11101 1100011 0 1001110 110001 10000101 1100010 11010

Color Harmonies of #01821D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01821D

Black with #01821D

Text Example


Text Example

White with #01821D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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