#0A3026

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

Shades of Dark Green #0A3026

Tints of Dark Green #0A3026

Color information

#0A3026 (or 0x0A3026) is unknown color: approx Dark Green. HEX triplet: 0A, 30 and 26. RGB value is (10,48,38). Sum of RGB (Red+Green+Blue) = 10+48+38=96 (12% of max value = 765). Red value is 10 (4.30% from 255 or 10.42% from 96); Green value is 48 (19.14% from 255 or 50% from 96); Blue value is 38 (15.23% from 255 or 39.58% from 96); Max value from RGB is 48 - color contains mainly: green. Hex color #0A3026 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A3026 is #F5CFD9. Grayscale: #232323. Windows color (decimal): -16109530 or 2502666. OLE color: 2502666.

HSL color Cylindrical-coordinate representation of color #0A3026: hue angle of 164.21º degrees, saturation: 0.66, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0A3026 is Cyan = 0.79, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.81.

Color convert

RGB104838-
CMYK0.7900.210.81
HSL164.21º65.52%11.37%-
HSV(B)164.21º79.17%18.82%-
XYZ1.532.322.2-
YUV35.5129.41109.81-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 10.42%
GREEN value IS 48 (19.14% from 255) = 50%
BLUE value IS 38 (15.23% from 255) = 39.58%
R=10.42%
G=50%
B=39.58%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1048380.7900.210.81164.2165.5211.37
HexA30264F01551a442b
Octal12604611702512124410213
Binary1010110000100110100111101010110100011010010010000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A3026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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