#0A271E

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

Shades of Dark Green #0A271E

Tints of Dark Green #0A271E

Color information

#0A271E (or 0x0A271E) is unknown color: approx Dark Green. HEX triplet: 0A, 27 and 1E. RGB value is (10,39,30). Sum of RGB (Red+Green+Blue) = 10+39+30=79 (10% of max value = 765). Red value is 10 (4.30% from 255 or 12.66% from 79); Green value is 39 (15.62% from 255 or 49.37% from 79); Blue value is 30 (12.11% from 255 or 37.97% from 79); Max value from RGB is 39 - color contains mainly: green. Hex color #0A271E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A271E is #F5D8E1. Grayscale: #1D1D1D. Windows color (decimal): -16111842 or 1976074. OLE color: 1976074.

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

Color convert

RGB103930-
CMYK0.7400.230.85
HSL161.38º59.18%9.61%-
HSV(B)161.38º74.36%15.29%-
XYZ1.091.611.48-
YUV29.3128.39114.23-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 12.66%
GREEN value IS 39 (15.62% from 255) = 49.37%
BLUE value IS 30 (12.11% from 255) = 37.97%
R=12.66%
G=49.37%
B=37.97%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1039300.7400.230.85161.3859.189.61
HexA271E4A01755a13ba
Octal1247361120271252417312
Binary10101001111111010010100101111010101101000011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A271E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,39,30); }

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

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

 a { background-color: rgb(10,39,30); }

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

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

 span { border-color: rgb(10,39,30); }

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