#03260C

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

Shades of Dark Green #03260C

Tints of Dark Green #03260C

Color information

#03260C (or 0x03260C) is unknown color: approx Dark Green. HEX triplet: 03, 26 and 0C. RGB value is (3,38,12). Sum of RGB (Red+Green+Blue) = 3+38+12=53 (7% of max value = 765). Red value is 3 (1.56% from 255 or 5.66% from 53); Green value is 38 (15.23% from 255 or 71.70% from 53); Blue value is 12 (5.08% from 255 or 22.64% from 53); Max value from RGB is 38 - color contains mainly: green. Hex color #03260C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #03260C is #FCD9F3. Grayscale: #181818. Windows color (decimal): -16570868 or 796163. OLE color: 796163.

HSL color Cylindrical-coordinate representation of color #03260C: hue angle of 135.43º degrees, saturation: 0.85, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #03260C is Cyan = 0.92, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.85.

Color convert

RGB33812-
CMYK0.9200.680.85
HSL135.43º85.37%8.04%-
HSV(B)135.43º92.11%14.9%-
XYZ0.81.430.58-
YUV24.57120.9112.61-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 5.66%
GREEN value IS 38 (15.23% from 255) = 71.70%
BLUE value IS 12 (5.08% from 255) = 22.64%
R=5.66%
G=71.70%
B=22.64%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal338120.9200.680.85135.4385.378.04
Hex326C5C0445587558
Octal34614134010412520712510
Binary11100110110010111000100010010101011000011110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03260C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,38,12); }

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

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

 a { background-color: rgb(3,38,12); }

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

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

 span { border-color: rgb(3,38,12); }

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