#0A372B

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

Shades of Dark Green #0A372B

Tints of Dark Green #0A372B

Color information

#0A372B (or 0x0A372B) is unknown color: approx Dark Green. HEX triplet: 0A, 37 and 2B. RGB value is (10,55,43). Sum of RGB (Red+Green+Blue) = 10+55+43=108 (14% of max value = 765). Red value is 10 (4.30% from 255 or 9.26% from 108); Green value is 55 (21.88% from 255 or 50.93% from 108); Blue value is 43 (17.19% from 255 or 39.81% from 108); Max value from RGB is 55 - color contains mainly: green. Hex color #0A372B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A372B is #F5C8D4. Grayscale: #282828. Windows color (decimal): -16107733 or 2832138. OLE color: 2832138.

HSL color Cylindrical-coordinate representation of color #0A372B: hue angle of 164º degrees, saturation: 0.69, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0A372B is Cyan = 0.82, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.78.

Color convert

RGB105543-
CMYK0.8200.220.78
HSL164º69.23%12.75%-
HSV(B)164º81.82%21.57%-
XYZ1.932.972.76-
YUV40.18129.59106.48-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 9.26%
GREEN value IS 55 (21.88% from 255) = 50.93%
BLUE value IS 43 (17.19% from 255) = 39.81%
R=9.26%
G=50.93%
B=39.81%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1055430.8200.220.7816469.2312.75
HexA372B520164Ea445d
Octal12675312202611624410515
Binary1010110111101011101001001011010011101010010010001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A372B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,55,43); }

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

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

 a { background-color: rgb(10,55,43); }

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

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

 span { border-color: rgb(10,55,43); }

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