Html Css Color HEX #018304 Green

📋 copy color: '#018304'

red 1 ◦ green 131 ◦ blue 4

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

Shades of Green #018304

Tints of Green #018304

RGB

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

 GREEN value IS 131 (51.56% from 255) = 96.32%

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

R = 0.74%
G = 96.32%
B = 2.94%

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

#018304 (or 0x018304) is known color: Green. HEX triplet: 01, 83 and 04. RGB value is (1,131,4). Sum of RGB (Red+Green+Blue) = 1+131+4=136 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.74% from 136); Green value is 131 (51.56% from 255 or 96.32% from 136); Blue value is 4 (1.95% from 255 or 2.94% from 136); Max value from RGB is 131 - color contains mainly: green. Hex color #018304 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #018304 is #FE7CFB. Grayscale: #4E4E4E. Windows color (decimal): -16678140 or 295681. OLE color: 295681.

HSL color Cylindrical-coordinate representation of color #018304: hue angle of 121.38º 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 #018304 is Cyan = 0.99, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.49.

Color convert

RGB 1 131 4 -
CMYK 0.99 0 0.97 0.49
HSL 121.38º 0.98% 0.26% -
HSV(B) 121.38º 0.99% 0.51% -
XYZ 8.15 16.25 2.82 -
YUV 77.65 86.43 73.33 -
System Red Green Blue C M Y K H S L
Decimal 1 131 4 0.99 0 0.97 0.49 121.38 0.98 0.26
Hex 1 83 4 63 0 61 31 79 62 1A
Octal 1 203 4 143 0 141 61 171 142 32
Binary 1 10000011 100 1100011 0 1100001 110001 1111001 1100010 11010

Color Harmonies of #018304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018304

Black with #018304

Text Example


Text Example

White with #018304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018304; }

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

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

background-color css

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

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

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

border-color css

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

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

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