Html Css Color HEX #01840D Green

📋 copy color: '#01840D'

red 1 ◦ green 132 ◦ blue 13

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

Shades of Green #01840D

Tints of Green #01840D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 8.9%

R = 0.68%
G = 90.41%
B = 8.9%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.90

 K value IS 0.48

RGB Variations

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

Color information

#01840D (or 0x01840D) is known color: Green. HEX triplet: 01, 84 and 0D. RGB value is (1,132,13). Sum of RGB (Red+Green+Blue) = 1+132+13=146 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.68% from 146); Green value is 132 (51.95% from 255 or 90.41% from 146); Blue value is 13 (5.47% from 255 or 8.90% from 146); Max value from RGB is 132 - color contains mainly: green. Hex color #01840D is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #01840D is #FE7BF2. Grayscale: #4F4F4F. Windows color (decimal): -16677875 or 885761. OLE color: 885761.

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

Color convert

RGB 1 132 13 -
CMYK 0.99 0 0.90 0.48
HSL 125.5º 0.98% 0.26% -
HSV(B) 125.5º 0.99% 0.52% -
XYZ 8.34 16.54 3.13 -
YUV 79.27 90.6 72.18 -
System Red Green Blue C M Y K H S L
Decimal 1 132 13 0.99 0 0.90 0.48 125.5 0.98 0.26
Hex 1 84 D 63 0 5A 30 7D 62 1A
Octal 1 204 15 143 0 132 60 175 142 32
Binary 1 10000100 1101 1100011 0 1011010 110000 1111101 1100010 11010

Color Harmonies of #01840D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01840D

Black with #01840D

Text Example


Text Example

White with #01840D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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