Html Css Color HEX #01302B Dark Green

📋 copy color: '#01302B'

red 1 ◦ green 48 ◦ blue 43

#01302B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Green #01302B

Tints of Dark Green #01302B

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 value IS 0.98

 M value IS 0

 Y value IS 0.10

 K value IS 0.81

RGB Variations

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

Color information

#01302B (or 0x01302B) is known color: 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

RGB 1 48 43 -
CMYK 0.98 0 0.10 0.81
HSL 173.62º 0.96% 0.1% -
HSV(B) 173.62º 0.98% 0.19% -
XYZ 1.51 2.29 2.65 -
YUV 33.38 133.43 104.91 -
System Red Green Blue C M Y K H S L
Decimal 1 48 43 0.98 0 0.10 0.81 173.62 0.96 0.1
Hex 1 30 2B 62 0 A 51 AE 60 A
Octal 1 60 53 142 0 12 121 256 140 12
Binary 1 110000 101011 1100010 0 1010 1010001 10101110 1100000 1010

Color Harmonies of #01302B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01302B

Black with #01302B

Text Example


Text Example

White with #01302B

Text Example


Text Example

HTML Codes & Css Web 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>