Html Css Color HEX #018203 Green

📋 copy color: '#018203'

red 1 ◦ green 130 ◦ blue 3

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

Shades of Green #018203

Tints of Green #018203

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 2.24%

R = 0.75%
G = 97.01%
B = 2.24%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.98

 K value IS 0.49

RGB Variations

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

Color information

#018203 (or 0x018203) is known color: Green. HEX triplet: 01, 82 and 03. RGB value is (1,130,3). Sum of RGB (Red+Green+Blue) = 1+130+3=134 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.75% from 134); Green value is 130 (51.17% from 255 or 97.01% from 134); Blue value is 3 (1.56% from 255 or 2.24% from 134); Max value from RGB is 130 - color contains mainly: green. Hex color #018203 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #018203 is #FE7DFC. Grayscale: #4D4D4D. Windows color (decimal): -16678397 or 229889. OLE color: 229889.

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

Color convert

RGB 1 130 3 -
CMYK 0.99 0 0.98 0.49
HSL 120.93º 0.98% 0.26% -
HSV(B) 120.93º 0.99% 0.51% -
XYZ 8.01 15.98 2.75 -
YUV 76.95 86.26 73.83 -
System Red Green Blue C M Y K H S L
Decimal 1 130 3 0.99 0 0.98 0.49 120.93 0.98 0.26
Hex 1 82 3 63 0 62 31 79 62 1A
Octal 1 202 3 143 0 142 61 171 142 32
Binary 1 10000010 11 1100011 0 1100010 110001 1111001 1100010 11010

Color Harmonies of #018203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018203

Black with #018203

Text Example


Text Example

White with #018203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018203; }

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

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

background-color css

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

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

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

border-color css

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

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

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