Html Css Color HEX #018B20 Forest Green

📋 copy color: '#018B20'

red 1 ◦ green 139 ◦ blue 32

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

Shades of Forest Green #018B20

Tints of Forest Green #018B20

RGB

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

 GREEN value IS 139 (54.69% from 255) = 80.81%

 BLUE value IS 32 (12.89% from 255) = 18.6%

R = 0.58%
G = 80.81%
B = 18.6%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.77

 K value IS 0.45

RGB Variations

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

Color information

#018B20 (or 0x018B20) is known color: Forest Green. HEX triplet: 01, 8B and 20. RGB value is (1,139,32). Sum of RGB (Red+Green+Blue) = 1+139+32=172 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.58% from 172); Green value is 139 (54.69% from 255 or 80.81% from 172); Blue value is 32 (12.89% from 255 or 18.60% from 172); Max value from RGB is 139 - color contains mainly: green. Hex color #018B20 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #018B20 is #FE74DF. Grayscale: #555555. Windows color (decimal): -16676064 or 2132737. OLE color: 2132737.

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

Color convert

RGB 1 139 32 -
CMYK 0.99 0 0.77 0.45
HSL 133.48º 0.99% 0.27% -
HSV(B) 133.48º 0.99% 0.55% -
XYZ 9.51 18.58 4.45 -
YUV 85.54 97.78 67.7 -
System Red Green Blue C M Y K H S L
Decimal 1 139 32 0.99 0 0.77 0.45 133.48 0.99 0.27
Hex 1 8B 20 63 0 4D 2D 85 63 1B
Octal 1 213 40 143 0 115 55 205 143 33
Binary 1 10001011 100000 1100011 0 1001101 101101 10000101 1100011 11011

Color Harmonies of #018B20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018B20

Black with #018B20

Text Example


Text Example

White with #018B20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,139,32); }

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

background-color css

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

 a { background-color: rgb(1,139,32); }

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

border-color css

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

 span { border-color: rgb(1,139,32); }

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