Html Css Color HEX #01841B Green

📋 copy color: '#01841B'

red 1 ◦ green 132 ◦ blue 27

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

Shades of Green #01841B

Tints of Green #01841B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 16.88%

R = 0.63%
G = 82.5%
B = 16.88%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.80

 K value IS 0.48

RGB Variations

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

Color information

#01841B (or 0x01841B) is known color: Green. HEX triplet: 01, 84 and 1B. RGB value is (1,132,27). Sum of RGB (Red+Green+Blue) = 1+132+27=160 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.62% from 160); Green value is 132 (51.95% from 255 or 82.5% from 160); Blue value is 27 (10.94% from 255 or 16.88% from 160); Max value from RGB is 132 - color contains mainly: green. Hex color #01841B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01841B is #FE7BE4. Grayscale: #515151. Windows color (decimal): -16677861 or 1803265. OLE color: 1803265.

HSL color Cylindrical-coordinate representation of color #01841B: hue angle of 131.91º 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 #01841B is Cyan = 0.99, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.48.

Color convert

RGB 1 132 27 -
CMYK 0.99 0 0.80 0.48
HSL 131.91º 0.98% 0.26% -
HSV(B) 131.91º 0.99% 0.52% -
XYZ 8.46 16.59 3.79 -
YUV 80.86 97.6 71.04 -
System Red Green Blue C M Y K H S L
Decimal 1 132 27 0.99 0 0.80 0.48 131.91 0.98 0.26
Hex 1 84 1B 63 0 50 30 84 62 1A
Octal 1 204 33 143 0 120 60 204 142 32
Binary 1 10000100 11011 1100011 0 1010000 110000 10000100 1100010 11010

Color Harmonies of #01841B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01841B

Black with #01841B

Text Example


Text Example

White with #01841B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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