#03280E

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

Shades of Dark Green #03280E

Tints of Dark Green #03280E

Color information

#03280E (or 0x03280E) is unknown color: approx Dark Green. HEX triplet: 03, 28 and 0E. RGB value is (3,40,14). Sum of RGB (Red+Green+Blue) = 3+40+14=57 (7% of max value = 765). Red value is 3 (1.56% from 255 or 5.26% from 57); Green value is 40 (16.02% from 255 or 70.18% from 57); Blue value is 14 (5.86% from 255 or 24.56% from 57); Max value from RGB is 40 - color contains mainly: green. Hex color #03280E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #03280E is #FCD7F1. Grayscale: #1A1A1A. Windows color (decimal): -16570354 or 927747. OLE color: 927747.

HSL color Cylindrical-coordinate representation of color #03280E: hue angle of 137.84º degrees, saturation: 0.86, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #03280E is Cyan = 0.93, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.84.

Color convert

RGB34014-
CMYK0.9300.650.84
HSL137.84º86.05%8.43%-
HSV(B)137.84º92.5%15.69%-
XYZ0.881.570.67-
YUV25.97121.24111.61-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 5.26%
GREEN value IS 40 (16.02% from 255) = 70.18%
BLUE value IS 14 (5.86% from 255) = 24.56%
R=5.26%
G=70.18%
B=24.56%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal340140.9300.650.84137.8486.058.43
Hex328E5D041548a568
Octal35016135010112421212610
Binary11101000111010111010100000110101001000101010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03280E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,40,14); }

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

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

 a { background-color: rgb(3,40,14); }

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

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

 span { border-color: rgb(3,40,14); }

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