#03821C

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

Shades of Green #03821C

Tints of Green #03821C

Color information

#03821C (or 0x03821C) is unknown color: approx Green. HEX triplet: 03, 82 and 1C. RGB value is (3,130,28). Sum of RGB (Red+Green+Blue) = 3+130+28=161 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.86% from 161); Green value is 130 (51.17% from 255 or 80.75% from 161); Blue value is 28 (11.33% from 255 or 17.39% from 161); Max value from RGB is 130 - color contains mainly: green. Hex color #03821C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #03821C is #FC7DE3. Grayscale: #505050. Windows color (decimal): -16547300 or 1868291. OLE color: 1868291.

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

Color convert

RGB313028-
CMYK0.9800.780.49
HSL131.81º95.49%26.08%-
HSV(B)131.81º97.69%50.98%-
XYZ8.2316.073.77-
YUV80.498.4272.79-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.86%
GREEN value IS 130 (51.17% from 255) = 80.75%
BLUE value IS 28 (11.33% from 255) = 17.39%
R=1.86%
G=80.75%
B=17.39%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal3130280.9800.780.49131.8195.4926.08
Hex3821C6204E31845f1a
Octal32023414201166120413732
Binary11100000101110011000100100111011000110000100101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03821C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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