Html Css Color HEX #01301A Dark Green

📋 copy color: '#01301A'

red 1 ◦ green 48 ◦ blue 26

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

Shades of Dark Green #01301A

Tints of Dark Green #01301A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 34.67%

R = 1.33%
G = 64%
B = 34.67%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.46

 K value IS 0.81

RGB Variations

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

Color information

#01301A (or 0x01301A) is known color: Dark Green. HEX triplet: 01, 30 and 1A. RGB value is (1,48,26). Sum of RGB (Red+Green+Blue) = 1+48+26=75 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.33% from 75); Green value is 48 (19.14% from 255 or 64% from 75); Blue value is 26 (10.55% from 255 or 34.67% from 75); Max value from RGB is 48 - color contains mainly: green. Hex color #01301A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01301A is #FECFE5. Grayscale: #1F1F1F. Windows color (decimal): -16699366 or 1716225. OLE color: 1716225.

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

Color convert

RGB 1 48 26 -
CMYK 0.98 0 0.46 0.81
HSL 151.91º 0.96% 0.1% -
HSV(B) 151.91º 0.98% 0.19% -
XYZ 1.26 2.19 1.33 -
YUV 31.44 124.93 106.29 -
System Red Green Blue C M Y K H S L
Decimal 1 48 26 0.98 0 0.46 0.81 151.91 0.96 0.1
Hex 1 30 1A 62 0 2E 51 98 60 A
Octal 1 60 32 142 0 56 121 230 140 12
Binary 1 110000 11010 1100010 0 101110 1010001 10011000 1100000 1010

Color Harmonies of #01301A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01301A

Black with #01301A

Text Example


Text Example

White with #01301A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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