#03261A

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

Shades of Dark Green #03261A

Tints of Dark Green #03261A

Color information

#03261A (or 0x03261A) is unknown color: approx Dark Green. HEX triplet: 03, 26 and 1A. RGB value is (3,38,26). Sum of RGB (Red+Green+Blue) = 3+38+26=67 (8% of max value = 765). Red value is 3 (1.56% from 255 or 4.48% from 67); Green value is 38 (15.23% from 255 or 56.72% from 67); Blue value is 26 (10.55% from 255 or 38.81% from 67); Max value from RGB is 38 - color contains mainly: green. Hex color #03261A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03261A is #FCD9E5. Grayscale: #1A1A1A. Windows color (decimal): -16570854 or 1713667. OLE color: 1713667.

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

Color convert

RGB33826-
CMYK0.9200.320.85
HSL159.43º85.37%8.04%-
HSV(B)159.43º92.11%14.9%-
XYZ0.921.481.21-
YUV26.17127.9111.48-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 4.48%
GREEN value IS 38 (15.23% from 255) = 56.72%
BLUE value IS 26 (10.55% from 255) = 38.81%
R=4.48%
G=56.72%
B=38.81%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal338260.9200.320.85159.4385.378.04
Hex3261A5C020559f558
Octal3463213404012523712510
Binary11100110110101011100010000010101011001111110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03261A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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