Html Css Color HEX #018620 Green

📋 copy color: '#018620'

red 1 ◦ green 134 ◦ blue 32

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

Shades of Green #018620

Tints of Green #018620

RGB

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

 GREEN value IS 134 (52.73% from 255) = 80.24%

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

R = 0.6%
G = 80.24%
B = 19.16%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.76

 K value IS 0.47

RGB Variations

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

Color information

#018620 (or 0x018620) is known color: Green. HEX triplet: 01, 86 and 20. RGB value is (1,134,32). Sum of RGB (Red+Green+Blue) = 1+134+32=167 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.60% from 167); Green value is 134 (52.73% from 255 or 80.24% from 167); Blue value is 32 (12.89% from 255 or 19.16% from 167); Max value from RGB is 134 - color contains mainly: green. Hex color #018620 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #018620 is #FE79DF. Grayscale: #525252. Windows color (decimal): -16677344 or 2131457. OLE color: 2131457.

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

Color convert

RGB 1 134 32 -
CMYK 0.99 0 0.76 0.47
HSL 133.99º 0.99% 0.26% -
HSV(B) 133.99º 0.99% 0.53% -
XYZ 8.8 17.16 4.22 -
YUV 82.61 99.44 69.79 -
System Red Green Blue C M Y K H S L
Decimal 1 134 32 0.99 0 0.76 0.47 133.99 0.99 0.26
Hex 1 86 20 63 0 4C 2F 86 63 1A
Octal 1 206 40 143 0 114 57 206 143 32
Binary 1 10000110 100000 1100011 0 1001100 101111 10000110 1100011 11010

Color Harmonies of #018620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018620

Black with #018620

Text Example


Text Example

White with #018620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018620; }

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

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

background-color css

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

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

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

border-color css

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

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

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