#09302F

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

Shades of Nordic #09302F

Tints of Nordic #09302F

Color information

#09302F (or 0x09302F) is unknown color: approx Nordic. HEX triplet: 09, 30 and 2F. RGB value is (9,48,47). Sum of RGB (Red+Green+Blue) = 9+48+47=104 (13% of max value = 765). Red value is 9 (3.91% from 255 or 8.65% from 104); Green value is 48 (19.14% from 255 or 46.15% from 104); Blue value is 47 (18.75% from 255 or 45.19% from 104); Max value from RGB is 48 - color contains mainly: green. Hex color #09302F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09302F is #F6CFD0. Grayscale: #242424. Windows color (decimal): -16175057 or 3092489. OLE color: 3092489.

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

Color convert

RGB94847-
CMYK0.8100.020.81
HSL178.46º68.42%11.18%-
HSV(B)178.46º81.25%18.82%-
XYZ1.682.383.06-
YUV36.22134.08108.58-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 8.65%
GREEN value IS 48 (19.14% from 255) = 46.15%
BLUE value IS 47 (18.75% from 255) = 45.19%
R=8.65%
G=46.15%
B=45.19%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal948470.8100.020.81178.4668.4211.18
Hex9302F510251b244b
Octal1160571210212126210413
Binary1001110000101111101000101010100011011001010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09302F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09302F; }

 p { color: rgb(9,48,47); }

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

<style>
 a { background-color: #09302F; }

 a { background-color: rgb(9,48,47); }

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

<style>
 span { border-color: #09302F; }

 span { border-color: rgb(9,48,47); }

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