Html Css Color HEX #013217 Dark Green

📋 copy color: '#013217'

red 1 ◦ green 50 ◦ blue 23

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

Shades of Dark Green #013217

Tints of Dark Green #013217

RGB

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

 GREEN value IS 50 (19.92% from 255) = 67.57%

 BLUE value IS 23 (9.38% from 255) = 31.08%

R = 1.35%
G = 67.57%
B = 31.08%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.54

 K value IS 0.80

RGB Variations

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

Color information

#013217 (or 0x013217) is known color: Dark Green. HEX triplet: 01, 32 and 17. RGB value is (1,50,23). Sum of RGB (Red+Green+Blue) = 1+50+23=74 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.35% from 74); Green value is 50 (19.92% from 255 or 67.57% from 74); Blue value is 23 (9.38% from 255 or 31.08% from 74); Max value from RGB is 50 - color contains mainly: green. Hex color #013217 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #013217 is #FECDE8. Grayscale: #202020. Windows color (decimal): -16698857 or 1520129. OLE color: 1520129.

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

Color convert

RGB 1 50 23 -
CMYK 0.98 0 0.54 0.80
HSL 146.94º 0.96% 0.1% -
HSV(B) 146.94º 0.98% 0.2% -
XYZ 1.31 2.35 1.2 -
YUV 32.27 122.77 105.7 -
System Red Green Blue C M Y K H S L
Decimal 1 50 23 0.98 0 0.54 0.80 146.94 0.96 0.1
Hex 1 32 17 62 0 36 50 93 60 A
Octal 1 62 27 142 0 66 120 223 140 12
Binary 1 110010 10111 1100010 0 110110 1010000 10010011 1100000 1010

Color Harmonies of #013217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013217

Black with #013217

Text Example


Text Example

White with #013217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013217; }

 p { color: rgb(1,50,23); }

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

background-color css

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

 a { background-color: rgb(1,50,23); }

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

border-color css

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

 span { border-color: rgb(1,50,23); }

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