#03821E

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

Shades of Green #03821E

Tints of Green #03821E

Color information

#03821E (or 0x03821E) is unknown color: approx Green. HEX triplet: 03, 82 and 1E. RGB value is (3,130,30). Sum of RGB (Red+Green+Blue) = 3+130+30=163 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.84% from 163); Green value is 130 (51.17% from 255 or 79.75% from 163); Blue value is 30 (12.11% from 255 or 18.40% from 163); Max value from RGB is 130 - color contains mainly: green. Hex color #03821E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #03821E is #FC7DE1. Grayscale: #505050. Windows color (decimal): -16547298 or 1999363. OLE color: 1999363.

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

Color convert

RGB313030-
CMYK0.9800.770.49
HSL132.76º95.49%26.08%-
HSV(B)132.76º97.69%50.98%-
XYZ8.2516.083.9-
YUV80.6399.4272.63-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.84%
GREEN value IS 130 (51.17% from 255) = 79.75%
BLUE value IS 30 (12.11% from 255) = 18.40%
R=1.84%
G=79.75%
B=18.40%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal3130300.9800.770.49132.7695.4926.08
Hex3821E6204D31855f1a
Octal32023614201156120513732
Binary11100000101111011000100100110111000110000101101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03821E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03821E; }

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

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

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

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

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

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

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

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