Html Css Color HEX #01810D Green

📋 copy color: '#01810D'

red 1 ◦ green 129 ◦ blue 13

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

Shades of Green #01810D

Tints of Green #01810D

RGB

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

 GREEN value IS 129 (50.78% from 255) = 90.21%

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

R = 0.7%
G = 90.21%
B = 9.09%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.90

 K value IS 0.49

RGB Variations

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

Color information

#01810D (or 0x01810D) is known color: Green. HEX triplet: 01, 81 and 0D. RGB value is (1,129,13). Sum of RGB (Red+Green+Blue) = 1+129+13=143 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.70% from 143); Green value is 129 (50.78% from 255 or 90.21% from 143); Blue value is 13 (5.47% from 255 or 9.09% from 143); Max value from RGB is 129 - color contains mainly: green. Hex color #01810D is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #01810D is #FE7EF2. Grayscale: #4D4D4D. Windows color (decimal): -16678643 or 884993. OLE color: 884993.

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

Color convert

RGB 1 129 13 -
CMYK 0.99 0 0.90 0.49
HSL 125.63º 0.98% 0.25% -
HSV(B) 125.63º 0.99% 0.51% -
XYZ 7.94 15.74 3 -
YUV 77.5 91.59 73.43 -
System Red Green Blue C M Y K H S L
Decimal 1 129 13 0.99 0 0.90 0.49 125.63 0.98 0.25
Hex 1 81 D 63 0 5A 31 7E 62 19
Octal 1 201 15 143 0 132 61 176 142 31
Binary 1 10000001 1101 1100011 0 1011010 110001 1111110 1100010 11001

Color Harmonies of #01810D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01810D

Black with #01810D

Text Example


Text Example

White with #01810D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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