#01302F

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

Shades of Dark Green #01302F

Tints of Dark Green #01302F

Color information

#01302F (or 0x01302F) is unknown color: approx Dark Green. HEX triplet: 01, 30 and 2F. RGB value is (1,48,47). Sum of RGB (Red+Green+Blue) = 1+48+47=96 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.04% from 96); Green value is 48 (19.14% from 255 or 50% from 96); Blue value is 47 (18.75% from 255 or 48.96% from 96); Max value from RGB is 48 - color contains mainly: green. Hex color #01302F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01302F is #FECFD0. Grayscale: #212121. Windows color (decimal): -16699345 or 3092481. OLE color: 3092481.

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

Color convert

RGB14847-
CMYK0.9800.020.81
HSL178.72º95.92%9.61%-
HSV(B)178.72º97.92%18.82%-
XYZ1.582.333.05-
YUV33.83135.43104.58-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.04%
GREEN value IS 48 (19.14% from 255) = 50%
BLUE value IS 47 (18.75% from 255) = 48.96%
R=1.04%
G=50%
B=48.96%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal148470.9800.020.81178.7295.929.61
Hex1302F620251b360a
Octal160571420212126314012
Binary1110000101111110001001010100011011001111000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01302F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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