Html Css Color HEX #01870D Green

📋 copy color: '#01870D'

red 1 ◦ green 135 ◦ blue 13

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

Shades of Green #01870D

Tints of Green #01870D

RGB

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

 GREEN value IS 135 (53.13% from 255) = 90.6%

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

R = 0.67%
G = 90.6%
B = 8.72%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.90

 K value IS 0.47

RGB Variations

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

Color information

#01870D (or 0x01870D) is known color: Green. HEX triplet: 01, 87 and 0D. RGB value is (1,135,13). Sum of RGB (Red+Green+Blue) = 1+135+13=149 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.67% from 149); Green value is 135 (53.12% from 255 or 90.60% from 149); Blue value is 13 (5.47% from 255 or 8.72% from 149); Max value from RGB is 135 - color contains mainly: green. Hex color #01870D is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #01870D is #FE78F2. Grayscale: #515151. Windows color (decimal): -16677107 or 886529. OLE color: 886529.

HSL color Cylindrical-coordinate representation of color #01870D: hue angle of 125.37º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01870D is Cyan = 0.99, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.47.

Color convert

RGB 1 135 13 -
CMYK 0.99 0 0.90 0.47
HSL 125.37º 0.99% 0.27% -
HSV(B) 125.37º 0.99% 0.53% -
XYZ 8.75 17.36 3.27 -
YUV 81.03 89.61 70.92 -
System Red Green Blue C M Y K H S L
Decimal 1 135 13 0.99 0 0.90 0.47 125.37 0.99 0.27
Hex 1 87 D 63 0 5A 2F 7D 63 1B
Octal 1 207 15 143 0 132 57 175 143 33
Binary 1 10000111 1101 1100011 0 1011010 101111 1111101 1100011 11011

Color Harmonies of #01870D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01870D

Black with #01870D

Text Example


Text Example

White with #01870D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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