#0A2F27

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

Shades of Dark Green #0A2F27

Tints of Dark Green #0A2F27

Color information

#0A2F27 (or 0x0A2F27) is unknown color: approx Dark Green. HEX triplet: 0A, 2F and 27. RGB value is (10,47,39). Sum of RGB (Red+Green+Blue) = 10+47+39=96 (12% of max value = 765). Red value is 10 (4.30% from 255 or 10.42% from 96); Green value is 47 (18.75% from 255 or 48.96% from 96); Blue value is 39 (15.62% from 255 or 40.62% from 96); Max value from RGB is 47 - color contains mainly: green. Hex color #0A2F27 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A2F27 is #F5D0D8. Grayscale: #232323. Windows color (decimal): -16109785 or 2567946. OLE color: 2567946.

HSL color Cylindrical-coordinate representation of color #0A2F27: hue angle of 167.03º degrees, saturation: 0.65, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0A2F27 is Cyan = 0.79, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.82.

Color convert

RGB104739-
CMYK0.7900.170.82
HSL167.03º64.91%11.18%-
HSV(B)167.03º78.72%18.43%-
XYZ1.512.242.27-
YUV35.02130.24110.15-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 10.42%
GREEN value IS 47 (18.75% from 255) = 48.96%
BLUE value IS 39 (15.62% from 255) = 40.62%
R=10.42%
G=48.96%
B=40.62%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1047390.7900.170.82167.0364.9111.18
HexA2F274F01152a741b
Octal12574711702112224710113
Binary1010101111100111100111101000110100101010011110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A2F27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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