#0A352D

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

Shades of Dark Green #0A352D

Tints of Dark Green #0A352D

Color information

#0A352D (or 0x0A352D) is unknown color: approx Dark Green. HEX triplet: 0A, 35 and 2D. RGB value is (10,53,45). Sum of RGB (Red+Green+Blue) = 10+53+45=108 (14% of max value = 765). Red value is 10 (4.30% from 255 or 9.26% from 108); Green value is 53 (21.09% from 255 or 49.07% from 108); Blue value is 45 (17.97% from 255 or 41.67% from 108); Max value from RGB is 53 - color contains mainly: green. Hex color #0A352D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A352D is #F5CAD2. Grayscale: #272727. Windows color (decimal): -16108243 or 2962698. OLE color: 2962698.

HSL color Cylindrical-coordinate representation of color #0A352D: hue angle of 168.84º 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 #0A352D is Cyan = 0.81, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.79.

Color convert

RGB105345-
CMYK0.8100.150.79
HSL168.84º68.25%12.35%-
HSV(B)168.84º81.13%20.78%-
XYZ1.872.82.92-
YUV39.23131.25107.15-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 9.26%
GREEN value IS 53 (21.09% from 255) = 49.07%
BLUE value IS 45 (17.97% from 255) = 41.67%
R=9.26%
G=49.07%
B=41.67%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal1053450.8100.150.79168.8468.2512.35
HexA352D510F4Fa944c
Octal12655512101711725110414
Binary101011010110110110100010111110011111010100110001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A352D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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