#0A302B

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

Shades of Dark Green #0A302B

Tints of Dark Green #0A302B

Color information

#0A302B (or 0x0A302B) is unknown color: approx Dark Green. HEX triplet: 0A, 30 and 2B. RGB value is (10,48,43). Sum of RGB (Red+Green+Blue) = 10+48+43=101 (13% of max value = 765). Red value is 10 (4.30% from 255 or 9.90% from 101); Green value is 48 (19.14% from 255 or 47.52% from 101); Blue value is 43 (17.19% from 255 or 42.57% from 101); Max value from RGB is 48 - color contains mainly: green. Hex color #0A302B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A302B is #F5CFD4. Grayscale: #242424. Windows color (decimal): -16109525 or 2830346. OLE color: 2830346.

HSL color Cylindrical-coordinate representation of color #0A302B: hue angle of 172.11º degrees, saturation: 0.66, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0A302B is Cyan = 0.79, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.81.

Color convert

RGB104843-
CMYK0.7900.100.81
HSL172.11º65.52%11.37%-
HSV(B)172.11º79.17%18.82%-
XYZ1.622.352.65-
YUV36.07131.91109.41-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 9.90%
GREEN value IS 48 (19.14% from 255) = 47.52%
BLUE value IS 43 (17.19% from 255) = 42.57%
R=9.90%
G=47.52%
B=42.57%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1048430.7900.100.81172.1165.5211.37
HexA302B4F0A51ac42b
Octal12605311701212125410213
Binary101011000010101110011110101010100011010110010000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A302B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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