Html Css Color HEX #013311 Dark Green

📋 copy color: '#013311'

red 1 ◦ green 51 ◦ blue 17

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

Shades of Dark Green #013311

Tints of Dark Green #013311

RGB

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

 GREEN value IS 51 (20.31% from 255) = 73.91%

 BLUE value IS 17 (7.03% from 255) = 24.64%

R = 1.45%
G = 73.91%
B = 24.64%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.67

 K value IS 0.8

RGB Variations

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

Color information

#013311 (or 0x013311) is known color: Dark Green. HEX triplet: 01, 33 and 11. RGB value is (1,51,17). Sum of RGB (Red+Green+Blue) = 1+51+17=69 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.45% from 69); Green value is 51 (20.31% from 255 or 73.91% from 69); Blue value is 17 (7.03% from 255 or 24.64% from 69); Max value from RGB is 51 - color contains mainly: green. Hex color #013311 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #013311 is #FECCEE. Grayscale: #202020. Windows color (decimal): -16698607 or 1127169. OLE color: 1127169.

HSL color Cylindrical-coordinate representation of color #013311: hue angle of 139.2º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #013311 is Cyan = 0.98, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.8.

Color convert

RGB 1 51 17 -
CMYK 0.98 0 0.67 0.8
HSL 139.2º 0.96% 0.1% -
HSV(B) 139.2º 0.98% 0.2% -
XYZ 1.3 2.41 0.93 -
YUV 32.17 119.44 105.76 -
System Red Green Blue C M Y K H S L
Decimal 1 51 17 0.98 0 0.67 0.8 139.2 0.96 0.1
Hex 1 33 11 62 0 43 50 8B 60 A
Octal 1 63 21 142 0 103 120 213 140 12
Binary 1 110011 10001 1100010 0 1000011 1010000 10001011 1100000 1010

Color Harmonies of #013311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013311

Black with #013311

Text Example


Text Example

White with #013311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013311; }

 p { color: rgb(1,51,17); }

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

background-color css

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

 a { background-color: rgb(1,51,17); }

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

border-color css

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

 span { border-color: rgb(1,51,17); }

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