Html Css Color HEX #008203 Green

📋 copy color: '#008203'

red 0 ◦ green 130 ◦ blue 3

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

Shades of Green #008203

Tints of Green #008203

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 value IS 1

 M value IS 0

 Y value IS 0.98

 K value IS 0.49

RGB Variations

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

Color information

#008203 (or 0x008203) is known color: 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

RGB 0 130 3 -
CMYK 1 0 0.98 0.49
HSL 121.38º 1% 0.25% -
HSV(B) 121.38º 1% 0.51% -
XYZ 8 15.97 2.75 -
YUV 76.65 86.43 73.33 -
System Red Green Blue C M Y K H S L
Decimal 0 130 3 1 0 0.98 0.49 121.38 1 0.25
Hex 0 82 3 64 0 62 31 79 64 19
Octal 0 202 3 144 0 142 61 171 144 31
Binary 0 10000010 11 1100100 0 1100010 110001 1111001 1100100 11001

Color Harmonies of #008203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008203

Black with #008203

Text Example


Text Example

White with #008203

Text Example


Text Example

HTML Codes & Css Web 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>