Html Css Color HEX #018D1F Forest Green

📋 copy color: '#018D1F'

red 1 ◦ green 141 ◦ blue 31

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

Shades of Forest Green #018D1F

Tints of Forest Green #018D1F

RGB

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

 GREEN value IS 141 (55.47% from 255) = 81.5%

 BLUE value IS 31 (12.5% from 255) = 17.92%

R = 0.58%
G = 81.5%
B = 17.92%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.78

 K value IS 0.45

RGB Variations

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

Color information

#018D1F (or 0x018D1F) is known color: Forest Green. HEX triplet: 01, 8D and 1F. RGB value is (1,141,31). Sum of RGB (Red+Green+Blue) = 1+141+31=173 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.58% from 173); Green value is 141 (55.47% from 255 or 81.50% from 173); Blue value is 31 (12.5% from 255 or 17.92% from 173); Max value from RGB is 141 - color contains mainly: green. Hex color #018D1F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #018D1F is #FE72E0. Grayscale: #565656. Windows color (decimal): -16675553 or 2067713. OLE color: 2067713.

HSL color Cylindrical-coordinate representation of color #018D1F: hue angle of 132.86º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018D1F is Cyan = 0.99, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.45.

Color convert

RGB 1 141 31 -
CMYK 0.99 0 0.78 0.45
HSL 132.86º 0.99% 0.28% -
HSV(B) 132.86º 0.99% 0.55% -
XYZ 9.78 19.16 4.48 -
YUV 86.6 96.62 66.94 -
System Red Green Blue C M Y K H S L
Decimal 1 141 31 0.99 0 0.78 0.45 132.86 0.99 0.28
Hex 1 8D 1F 63 0 4E 2D 85 63 1C
Octal 1 215 37 143 0 116 55 205 143 34
Binary 1 10001101 11111 1100011 0 1001110 101101 10000101 1100011 11100

Color Harmonies of #018D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018D1F

Black with #018D1F

Text Example


Text Example

White with #018D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018D1F; }

 p { color: rgb(1,141,31); }

 H1.HeaderClassName
 {
   color: #018D1F;
 }
 .AnyTagClassName
 {
   color: #018D1F;
 }
</style>

background-color css

<style>
 a { background-color: #018D1F; }

 a { background-color: rgb(1,141,31); }

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

border-color css

<style>
 span { border-color: #018D1F; }

 span { border-color: rgb(1,141,31); }

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