#02302F

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

Shades of Nordic #02302F

Tints of Nordic #02302F

Color information

#02302F (or 0x02302F) is unknown color: approx Nordic. HEX triplet: 02, 30 and 2F. RGB value is (2,48,47). Sum of RGB (Red+Green+Blue) = 2+48+47=97 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.06% from 97); Green value is 48 (19.14% from 255 or 49.48% from 97); Blue value is 47 (18.75% from 255 or 48.45% from 97); Max value from RGB is 48 - color contains mainly: green. Hex color #02302F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02302F is #FDCFD0. Grayscale: #222222. Windows color (decimal): -16633809 or 3092482. OLE color: 3092482.

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

Color convert

RGB24847-
CMYK0.9600.020.81
HSL178.7º92%9.8%-
HSV(B)178.7º95.83%18.82%-
XYZ1.62.333.06-
YUV34.13135.26105.08-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.06%
GREEN value IS 48 (19.14% from 255) = 49.48%
BLUE value IS 47 (18.75% from 255) = 48.45%
R=2.06%
G=49.48%
B=48.45%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal248470.9600.020.81178.7929.8
Hex2302F600251b35ca
Octal260571400212126313412
Binary10110000101111110000001010100011011001110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02302F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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