Html Css Color HEX #01301B Dark Green

📋 copy color: '#01301B'

red 1 ◦ green 48 ◦ blue 27

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

Shades of Dark Green #01301B

Tints of Dark Green #01301B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 35.53%

R = 1.32%
G = 63.16%
B = 35.53%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.44

 K value IS 0.81

RGB Variations

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

Color information

#01301B (or 0x01301B) is known color: Dark Green. HEX triplet: 01, 30 and 1B. RGB value is (1,48,27). Sum of RGB (Red+Green+Blue) = 1+48+27=76 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.32% from 76); Green value is 48 (19.14% from 255 or 63.16% from 76); Blue value is 27 (10.94% from 255 or 35.53% from 76); Max value from RGB is 48 - color contains mainly: green. Hex color #01301B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01301B is #FECFE4. Grayscale: #1F1F1F. Windows color (decimal): -16699365 or 1781761. OLE color: 1781761.

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

Color convert

RGB 1 48 27 -
CMYK 0.98 0 0.44 0.81
HSL 153.19º 0.96% 0.1% -
HSV(B) 153.19º 0.98% 0.19% -
XYZ 1.27 2.2 1.39 -
YUV 31.55 125.43 106.21 -
System Red Green Blue C M Y K H S L
Decimal 1 48 27 0.98 0 0.44 0.81 153.19 0.96 0.1
Hex 1 30 1B 62 0 2C 51 99 60 A
Octal 1 60 33 142 0 54 121 231 140 12
Binary 1 110000 11011 1100010 0 101100 1010001 10011001 1100000 1010

Color Harmonies of #01301B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01301B

Black with #01301B

Text Example


Text Example

White with #01301B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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