#0A2601

Color #0A2601 Myrtle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Myrtle #0A2601

Tints of Myrtle #0A2601

Color information

#0A2601 (or 0x0A2601) is unknown color: approx Myrtle. HEX triplet: 0A, 26 and 01. RGB value is (10,38,1). Sum of RGB (Red+Green+Blue) = 10+38+1=49 (6% of max value = 765). Red value is 10 (4.30% from 255 or 20.41% from 49); Green value is 38 (15.23% from 255 or 77.55% from 49); Blue value is 1 (0.78% from 255 or 2.04% from 49); Max value from RGB is 38 - color contains mainly: green. Hex color #0A2601 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A2601 is #F5D9FE. Grayscale: #191919. Windows color (decimal): -16112127 or 75274. OLE color: 75274.

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

Color convert

RGB10381-
CMYK0.7400.970.85
HSL105.41º94.87%7.65%-
HSV(B)105.41º97.37%14.9%-
XYZ0.821.450.27-
YUV25.41114.22117.01-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 20.41%
GREEN value IS 38 (15.23% from 255) = 77.55%
BLUE value IS 1 (0.78% from 255) = 2.04%
R=20.41%
G=77.55%
B=2.04%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal103810.7400.970.85105.4194.877.65
HexA2614A06155695f8
Octal12461112014112515113710
Binary101010011011001010011000011010101110100110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A2601

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0A2601; }

 p { color: rgb(10,38,1); }

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

<style>
 a { background-color: #0A2601; }

 a { background-color: rgb(10,38,1); }

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

<style>
 span { border-color: #0A2601; }

 span { border-color: rgb(10,38,1); }

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