#0A3127

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

Shades of Dark Green #0A3127

Tints of Dark Green #0A3127

Color information

#0A3127 (or 0x0A3127) is unknown color: approx Dark Green. HEX triplet: 0A, 31 and 27. RGB value is (10,49,39). Sum of RGB (Red+Green+Blue) = 10+49+39=98 (12% of max value = 765). Red value is 10 (4.30% from 255 or 10.20% from 98); Green value is 49 (19.53% from 255 or 50% from 98); Blue value is 39 (15.62% from 255 or 39.80% from 98); Max value from RGB is 49 - color contains mainly: green. Hex color #0A3127 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A3127 is #F5CED8. Grayscale: #242424. Windows color (decimal): -16109273 or 2568458. OLE color: 2568458.

HSL color Cylindrical-coordinate representation of color #0A3127: hue angle of 164.62º degrees, saturation: 0.66, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0A3127 is Cyan = 0.80, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.81.

Color convert

RGB104939-
CMYK0.8000.200.81
HSL164.62º66.1%11.57%-
HSV(B)164.62º79.59%19.22%-
XYZ1.592.412.3-
YUV36.2129.58109.31-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 10.20%
GREEN value IS 49 (19.53% from 255) = 50%
BLUE value IS 39 (15.62% from 255) = 39.80%
R=10.20%
G=50%
B=39.80%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1049390.8000.200.81164.6266.111.57
HexA31275001451a542c
Octal12614712002412124510214
Binary1010110001100111101000001010010100011010010110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A3127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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