#01302C

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

Shades of Dark Green #01302C

Tints of Dark Green #01302C

Color information

#01302C (or 0x01302C) is unknown color: approx Dark Green. HEX triplet: 01, 30 and 2C. RGB value is (1,48,44). Sum of RGB (Red+Green+Blue) = 1+48+44=93 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.08% from 93); Green value is 48 (19.14% from 255 or 51.61% from 93); Blue value is 44 (17.58% from 255 or 47.31% from 93); Max value from RGB is 48 - color contains mainly: green. Hex color #01302C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01302C is #FECFD3. Grayscale: #212121. Windows color (decimal): -16699348 or 2895873. OLE color: 2895873.

HSL color Cylindrical-coordinate representation of color #01302C: hue angle of 174.89º 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 #01302C is Cyan = 0.98, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.81.

Color convert

RGB14844-
CMYK0.9800.080.81
HSL174.89º95.92%9.61%-
HSV(B)174.89º97.92%18.82%-
XYZ1.522.32.75-
YUV33.49133.93104.83-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.08%
GREEN value IS 48 (19.14% from 255) = 51.61%
BLUE value IS 44 (17.58% from 255) = 47.31%
R=1.08%
G=51.61%
B=47.31%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal148440.9800.080.81174.8995.929.61
Hex1302C620851af60a
Octal1605414201012125714012
Binary111000010110011000100100010100011010111111000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01302C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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