#03820B

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

Shades of Green #03820B

Tints of Green #03820B

Color information

#03820B (or 0x03820B) is unknown color: approx Green. HEX triplet: 03, 82 and 0B. RGB value is (3,130,11). Sum of RGB (Red+Green+Blue) = 3+130+11=144 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.08% from 144); Green value is 130 (51.17% from 255 or 90.28% from 144); Blue value is 11 (4.69% from 255 or 7.64% from 144); Max value from RGB is 130 - color contains mainly: green. Hex color #03820B is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #03820B is #FC7DF4. Grayscale: #4E4E4E. Windows color (decimal): -16547317 or 754179. OLE color: 754179.

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

Color convert

RGB313011-
CMYK0.9800.920.49
HSL123.78º95.49%26.08%-
HSV(B)123.78º97.69%50.98%-
XYZ8.0816.012.98-
YUV78.4689.9274.18-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.08%
GREEN value IS 130 (51.17% from 255) = 90.28%
BLUE value IS 11 (4.69% from 255) = 7.64%
R=2.08%
G=90.28%
B=7.64%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal3130110.9800.920.49123.7895.4926.08
Hex382B6205C317c5f1a
Octal32021314201346117413732
Binary111000001010111100010010111001100011111100101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03820B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03820B; }

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

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

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

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

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

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

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

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