Html Css Color HEX #013012 Dark Green

📋 copy color: '#013012'

red 1 ◦ green 48 ◦ blue 18

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

Shades of Dark Green #013012

Tints of Dark Green #013012

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 26.87%

R = 1.49%
G = 71.64%
B = 26.87%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.63

 K value IS 0.81

RGB Variations

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

Color information

#013012 (or 0x013012) is known color: Dark Green. HEX triplet: 01, 30 and 12. RGB value is (1,48,18). Sum of RGB (Red+Green+Blue) = 1+48+18=67 (8% of max value = 765). Red value is 1 (0.78% from 255 or 1.49% from 67); Green value is 48 (19.14% from 255 or 71.64% from 67); Blue value is 18 (7.42% from 255 or 26.87% from 67); Max value from RGB is 48 - color contains mainly: green. Hex color #013012 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #013012 is #FECFED. Grayscale: #1E1E1E. Windows color (decimal): -16699374 or 1191937. OLE color: 1191937.

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

Color convert

RGB 1 48 18 -
CMYK 0.98 0 0.63 0.81
HSL 141.7º 0.96% 0.1% -
HSV(B) 141.7º 0.98% 0.19% -
XYZ 1.18 2.16 0.93 -
YUV 30.53 120.93 106.94 -
System Red Green Blue C M Y K H S L
Decimal 1 48 18 0.98 0 0.63 0.81 141.7 0.96 0.1
Hex 1 30 12 62 0 3F 51 8E 60 A
Octal 1 60 22 142 0 77 121 216 140 12
Binary 1 110000 10010 1100010 0 111111 1010001 10001110 1100000 1010

Color Harmonies of #013012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013012

Black with #013012

Text Example


Text Example

White with #013012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013012; }

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

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

background-color css

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

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

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

border-color css

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

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

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