#0D2D30

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

Shades of Nordic #0D2D30

Tints of Nordic #0D2D30

Color information

#0D2D30 (or 0x0D2D30) is unknown color: approx Nordic. HEX triplet: 0D, 2D and 30. RGB value is (13,45,48). Sum of RGB (Red+Green+Blue) = 13+45+48=106 (14% of max value = 765). Red value is 13 (5.47% from 255 or 12.26% from 106); Green value is 45 (17.97% from 255 or 42.45% from 106); Blue value is 48 (19.14% from 255 or 45.28% from 106); Max value from RGB is 48 - color contains mainly: blue. Hex color #0D2D30 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D2D30 is #F2D2CF. Grayscale: #232323. Windows color (decimal): -15913680 or 3157261. OLE color: 3157261.

HSL color Cylindrical-coordinate representation of color #0D2D30: hue angle of 185.14º degrees, saturation: 0.57, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #0D2D30 is Cyan = 0.73, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB134548-
CMYK0.730.0600.81
HSL185.14º57.38%11.96%-
HSV(B)185.14º72.92%18.82%-
XYZ1.642.183.13-
YUV35.77134.9111.76-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 12.26%
GREEN value IS 45 (17.97% from 255) = 42.45%
BLUE value IS 48 (19.14% from 255) = 45.28%
R=12.26%
G=42.45%
B=45.28%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1345480.730.0600.81185.1457.3811.96
HexD2D30496051b939c
Octal155560111601212717114
Binary1101101101110000100100111001010001101110011110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D2D30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,45,48); }

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

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

 a { background-color: rgb(13,45,48); }

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

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

 span { border-color: rgb(13,45,48); }

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