Html Css Color HEX #018204 Green

📋 copy color: '#018204'

red 1 ◦ green 130 ◦ blue 4

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

Shades of Green #018204

Tints of Green #018204

RGB

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

 GREEN value IS 130 (51.17% from 255) = 96.3%

 BLUE value IS 4 (1.95% from 255) = 2.96%

R = 0.74%
G = 96.3%
B = 2.96%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.97

 K value IS 0.49

RGB Variations

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

Color information

#018204 (or 0x018204) is known color: Green. HEX triplet: 01, 82 and 04. RGB value is (1,130,4). Sum of RGB (Red+Green+Blue) = 1+130+4=135 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.74% from 135); Green value is 130 (51.17% from 255 or 96.30% from 135); Blue value is 4 (1.95% from 255 or 2.96% from 135); Max value from RGB is 130 - color contains mainly: green. Hex color #018204 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #018204 is #FE7DFB. Grayscale: #4D4D4D. Windows color (decimal): -16678396 or 295425. OLE color: 295425.

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

Color convert

RGB 1 130 4 -
CMYK 0.99 0 0.97 0.49
HSL 121.4º 0.98% 0.26% -
HSV(B) 121.4º 0.99% 0.51% -
XYZ 8.02 15.98 2.78 -
YUV 77.07 86.76 73.75 -
System Red Green Blue C M Y K H S L
Decimal 1 130 4 0.99 0 0.97 0.49 121.4 0.98 0.26
Hex 1 82 4 63 0 61 31 79 62 1A
Octal 1 202 4 143 0 141 61 171 142 32
Binary 1 10000010 100 1100011 0 1100001 110001 1111001 1100010 11010

Color Harmonies of #018204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018204

Black with #018204

Text Example


Text Example

White with #018204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018204; }

 p { color: rgb(1,130,4); }

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

background-color css

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

 a { background-color: rgb(1,130,4); }

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

border-color css

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

 span { border-color: rgb(1,130,4); }

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