#008203

Color #008203 Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green #008203

Tints of Green #008203

Color information

#008203 (or 0x008203) is unknown color: approx Green. HEX triplet: 00, 82 and 03. RGB value is (0,130,3). Sum of RGB (Red+Green+Blue) = 0+130+3=133 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 133); Green value is 130 (51.17% from 255 or 97.74% from 133); Blue value is 3 (1.56% from 255 or 2.26% from 133); Max value from RGB is 130 - color contains mainly: green. Hex color #008203 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #008203 is #FF7DFC. Grayscale: #4D4D4D. Windows color (decimal): -16743933 or 229888. OLE color: 229888.

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

Color convert

RGB01303-
CMYK100.980.49
HSL121.38º100%25.49%-
HSV(B)121.38º100%50.98%-
XYZ815.972.75-
YUV76.6586.4373.33-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 130 (51.17% from 255) = 97.74%
BLUE value IS 3 (1.56% from 255) = 2.26%
R=0%
G=97.74%
B=2.26%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal01303100.980.49121.3810025.49
Hex08236406231796419
Octal0202314401426117114431
Binary010000010111100100011000101100011111001110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #008203

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #008203; }

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

 H1.HeaderClassName
 {
   color: #008203;
 }
 .AnyTagClassName
 {
   color: #008203;
 }
</style>
background-color css

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

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

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

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

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

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