#01302B

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

Shades of Dark Green #01302B

Tints of Dark Green #01302B

Color information

#01302B (or 0x01302B) is unknown color: approx Dark Green. HEX triplet: 01, 30 and 2B. RGB value is (1,48,43). Sum of RGB (Red+Green+Blue) = 1+48+43=92 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.09% from 92); Green value is 48 (19.14% from 255 or 52.17% from 92); Blue value is 43 (17.19% from 255 or 46.74% from 92); Max value from RGB is 48 - color contains mainly: green. Hex color #01302B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01302B is #FECFD4. Grayscale: #212121. Windows color (decimal): -16699349 or 2830337. OLE color: 2830337.

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

Color convert

RGB14843-
CMYK0.9800.100.81
HSL173.62º95.92%9.61%-
HSV(B)173.62º97.92%18.82%-
XYZ1.512.292.65-
YUV33.38133.43104.91-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.09%
GREEN value IS 48 (19.14% from 255) = 52.17%
BLUE value IS 43 (17.19% from 255) = 46.74%
R=1.09%
G=52.17%
B=46.74%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal148430.9800.100.81173.6295.929.61
Hex1302B620A51ae60a
Octal1605314201212125614012
Binary111000010101111000100101010100011010111011000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01302B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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