Html Css Color HEX #01302A Dark Green

📋 copy color: '#01302A'

red 1 ◦ green 48 ◦ blue 42

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

Shades of Dark Green #01302A

Tints of Dark Green #01302A

RGB

 RED value IS 1 (0.78% from 255) = 1.1%

 GREEN value IS 48 (19.14% from 255) = 52.75%

 BLUE value IS 42 (16.8% from 255) = 46.15%

R = 1.1%
G = 52.75%
B = 46.15%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.13

 K value IS 0.81

RGB Variations

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

Color information

#01302A (or 0x01302A) is known color: Dark Green. HEX triplet: 01, 30 and 2A. RGB value is (1,48,42). Sum of RGB (Red+Green+Blue) = 1+48+42=91 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.10% from 91); Green value is 48 (19.14% from 255 or 52.75% from 91); Blue value is 42 (16.80% from 255 or 46.15% from 91); Max value from RGB is 48 - color contains mainly: green. Hex color #01302A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01302A is #FECFD5. Grayscale: #212121. Windows color (decimal): -16699350 or 2764801. OLE color: 2764801.

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

Color convert

RGB 1 48 42 -
CMYK 0.98 0 0.13 0.81
HSL 172.34º 0.96% 0.1% -
HSV(B) 172.34º 0.98% 0.19% -
XYZ 1.49 2.29 2.55 -
YUV 33.26 132.93 104.99 -
System Red Green Blue C M Y K H S L
Decimal 1 48 42 0.98 0 0.13 0.81 172.34 0.96 0.1
Hex 1 30 2A 62 0 D 51 AC 60 A
Octal 1 60 52 142 0 15 121 254 140 12
Binary 1 110000 101010 1100010 0 1101 1010001 10101100 1100000 1010

Color Harmonies of #01302A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01302A

Black with #01302A

Text Example


Text Example

White with #01302A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #01302A;
 }
 .AnyTagClassName
 {
   color: #01302A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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