#0A332A

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

Shades of Dark Green #0A332A

Tints of Dark Green #0A332A

Color information

#0A332A (or 0x0A332A) is unknown color: approx Dark Green. HEX triplet: 0A, 33 and 2A. RGB value is (10,51,42). Sum of RGB (Red+Green+Blue) = 10+51+42=103 (13% of max value = 765). Red value is 10 (4.30% from 255 or 9.71% from 103); Green value is 51 (20.31% from 255 or 49.51% from 103); Blue value is 42 (16.80% from 255 or 40.78% from 103); Max value from RGB is 51 - color contains mainly: green. Hex color #0A332A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A332A is #F5CCD5. Grayscale: #252525. Windows color (decimal): -16108758 or 2765578. OLE color: 2765578.

HSL color Cylindrical-coordinate representation of color #0A332A: hue angle of 166.83º degrees, saturation: 0.67, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0A332A is Cyan = 0.80, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.8.

Color convert

RGB105142-
CMYK0.8000.180.8
HSL166.83º67.21%11.96%-
HSV(B)166.83º80.39%20%-
XYZ1.732.62.6-
YUV37.72130.42108.23-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 9.71%
GREEN value IS 51 (20.31% from 255) = 49.51%
BLUE value IS 42 (16.80% from 255) = 40.78%
R=9.71%
G=49.51%
B=40.78%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal1051420.8000.180.8166.8367.2111.96
HexA332A5001250a743c
Octal12635212002212024710314
Binary1010110011101010101000001001010100001010011110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A332A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,51,42); }

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

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

 a { background-color: rgb(10,51,42); }

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

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

 span { border-color: rgb(10,51,42); }

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