#03820D

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

Shades of Green #03820D

Tints of Green #03820D

Color information

#03820D (or 0x03820D) is unknown color: approx Green. HEX triplet: 03, 82 and 0D. RGB value is (3,130,13). Sum of RGB (Red+Green+Blue) = 3+130+13=146 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.05% from 146); Green value is 130 (51.17% from 255 or 89.04% from 146); Blue value is 13 (5.47% from 255 or 8.90% from 146); Max value from RGB is 130 - color contains mainly: green. Hex color #03820D is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #03820D is #FC7DF2. Grayscale: #4F4F4F. Windows color (decimal): -16547315 or 885251. OLE color: 885251.

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

Color convert

RGB313013-
CMYK0.9800.90.49
HSL124.72º95.49%26.08%-
HSV(B)124.72º97.69%50.98%-
XYZ8.0916.013.05-
YUV78.6990.9274.01-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.05%
GREEN value IS 130 (51.17% from 255) = 89.04%
BLUE value IS 13 (5.47% from 255) = 8.90%
R=2.05%
G=89.04%
B=8.90%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.9
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal3130130.9800.90.49124.7295.4926.08
Hex382D6205A317d5f1a
Octal32021514201326117513732
Binary111000001011011100010010110101100011111101101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03820D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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