Html Css Color HEX #01841C Green

📋 copy color: '#01841C'

red 1 ◦ green 132 ◦ blue 28

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

Shades of Green #01841C

Tints of Green #01841C

RGB

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

 GREEN value IS 132 (51.95% from 255) = 81.99%

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

R = 0.62%
G = 81.99%
B = 17.39%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.79

 K value IS 0.48

RGB Variations

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

Color information

#01841C (or 0x01841C) is known color: Green. HEX triplet: 01, 84 and 1C. RGB value is (1,132,28). Sum of RGB (Red+Green+Blue) = 1+132+28=161 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.62% from 161); Green value is 132 (51.95% from 255 or 81.99% from 161); Blue value is 28 (11.33% from 255 or 17.39% from 161); Max value from RGB is 132 - color contains mainly: green. Hex color #01841C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01841C is #FE7BE3. Grayscale: #515151. Windows color (decimal): -16677860 or 1868801. OLE color: 1868801.

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

Color convert

RGB 1 132 28 -
CMYK 0.99 0 0.79 0.48
HSL 132.37º 0.98% 0.26% -
HSV(B) 132.37º 0.99% 0.52% -
XYZ 8.47 16.59 3.85 -
YUV 80.98 98.1 70.96 -
System Red Green Blue C M Y K H S L
Decimal 1 132 28 0.99 0 0.79 0.48 132.37 0.98 0.26
Hex 1 84 1C 63 0 4F 30 84 62 1A
Octal 1 204 34 143 0 117 60 204 142 32
Binary 1 10000100 11100 1100011 0 1001111 110000 10000100 1100010 11010

Color Harmonies of #01841C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01841C

Black with #01841C

Text Example


Text Example

White with #01841C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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