#0A352A

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

Shades of Dark Green #0A352A

Tints of Dark Green #0A352A

Color information

#0A352A (or 0x0A352A) is unknown color: approx Dark Green. HEX triplet: 0A, 35 and 2A. RGB value is (10,53,42). Sum of RGB (Red+Green+Blue) = 10+53+42=105 (13% of max value = 765). Red value is 10 (4.30% from 255 or 9.52% from 105); Green value is 53 (21.09% from 255 or 50.48% from 105); Blue value is 42 (16.80% from 255 or 40% from 105); Max value from RGB is 53 - color contains mainly: green. Hex color #0A352A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A352A is #F5CAD5. Grayscale: #262626. Windows color (decimal): -16108246 or 2766090. OLE color: 2766090.

HSL color Cylindrical-coordinate representation of color #0A352A: hue angle of 164.65º degrees, saturation: 0.68, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0A352A is Cyan = 0.81, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.79.

Color convert

RGB105342-
CMYK0.8100.210.79
HSL164.65º68.25%12.35%-
HSV(B)164.65º81.13%20.78%-
XYZ1.822.782.63-
YUV38.89129.75107.39-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 9.52%
GREEN value IS 53 (21.09% from 255) = 50.48%
BLUE value IS 42 (16.80% from 255) = 40%
R=9.52%
G=50.48%
B=40%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal1053420.8100.210.79164.6568.2512.35
HexA352A510154Fa544c
Octal12655212102511724510414
Binary1010110101101010101000101010110011111010010110001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A352A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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