#03261E

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

Shades of Dark Green #03261E

Tints of Dark Green #03261E

Color information

#03261E (or 0x03261E) is unknown color: approx Dark Green. HEX triplet: 03, 26 and 1E. RGB value is (3,38,30). Sum of RGB (Red+Green+Blue) = 3+38+30=71 (9% of max value = 765). Red value is 3 (1.56% from 255 or 4.23% from 71); Green value is 38 (15.23% from 255 or 53.52% from 71); Blue value is 30 (12.11% from 255 or 42.25% from 71); Max value from RGB is 38 - color contains mainly: green. Hex color #03261E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03261E is #FCD9E1. Grayscale: #1A1A1A. Windows color (decimal): -16570850 or 1975811. OLE color: 1975811.

HSL color Cylindrical-coordinate representation of color #03261E: hue angle of 166.29º 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 #03261E is Cyan = 0.92, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.85.

Color convert

RGB33830-
CMYK0.9200.210.85
HSL166.29º85.37%8.04%-
HSV(B)166.29º92.11%14.9%-
XYZ0.971.51.47-
YUV26.62129.9111.15-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 4.23%
GREEN value IS 38 (15.23% from 255) = 53.52%
BLUE value IS 30 (12.11% from 255) = 42.25%
R=4.23%
G=53.52%
B=42.25%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal338300.9200.210.85166.2985.378.04
Hex3261E5C01555a6558
Octal3463613402512524612510
Binary1110011011110101110001010110101011010011010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03261E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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