#0A2B2F

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

Shades of Nordic #0A2B2F

Tints of Nordic #0A2B2F

Color information

#0A2B2F (or 0x0A2B2F) is unknown color: approx Nordic. HEX triplet: 0A, 2B and 2F. RGB value is (10,43,47). Sum of RGB (Red+Green+Blue) = 10+43+47=100 (13% of max value = 765). Red value is 10 (4.30% from 255 or 10% from 100); Green value is 43 (17.19% from 255 or 43% from 100); Blue value is 47 (18.75% from 255 or 47% from 100); Max value from RGB is 47 - color contains mainly: blue. Hex color #0A2B2F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A2B2F is #F5D4D0. Grayscale: #212121. Windows color (decimal): -16110801 or 3091210. OLE color: 3091210.

HSL color Cylindrical-coordinate representation of color #0A2B2F: hue angle of 186.49º degrees, saturation: 0.65, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0A2B2F is Cyan = 0.79, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB104347-
CMYK0.790.0900.82
HSL186.49º64.91%11.18%-
HSV(B)186.49º78.72%18.43%-
XYZ1.523-
YUV33.59135.57111.17-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 10%
GREEN value IS 43 (17.19% from 255) = 43%
BLUE value IS 47 (18.75% from 255) = 47%
R=10%
G=43%
B=47%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1043470.790.0900.82186.4964.9111.18
HexA2B2F4F9052ba41b
Octal12535711711012227210113
Binary101010101110111110011111001010100101011101010000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A2B2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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