Html Css Color HEX #003217 Dark Green

📋 copy color: '#003217'

red 0 ◦ green 50 ◦ blue 23

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

Shades of Dark Green #003217

Tints of Dark Green #003217

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 68.49%
B = 31.51%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.54

 K value IS 0.80

RGB Variations

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

Color information

#003217 (or 0x003217) is known color: Dark Green. HEX triplet: 00, 32 and 17. RGB value is (0,50,23). Sum of RGB (Red+Green+Blue) = 0+50+23=73 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 73); Green value is 50 (19.92% from 255 or 68.49% from 73); Blue value is 23 (9.38% from 255 or 31.51% from 73); Max value from RGB is 50 - color contains mainly: green. Hex color #003217 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #003217 is #FFCDE8. Grayscale: #202020. Windows color (decimal): -16764393 or 1520128. OLE color: 1520128.

HSL color Cylindrical-coordinate representation of color #003217: hue angle of 147.6º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003217 is Cyan = 1, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.80.

Color convert

RGB 0 50 23 -
CMYK 1 0 0.54 0.80
HSL 147.6º 1% 0.1% -
HSV(B) 147.6º 1% 0.2% -
XYZ 1.3 2.34 1.19 -
YUV 31.97 122.94 105.2 -
System Red Green Blue C M Y K H S L
Decimal 0 50 23 1 0 0.54 0.80 147.6 1 0.1
Hex 0 32 17 64 0 36 50 94 64 A
Octal 0 62 27 144 0 66 120 224 144 12
Binary 0 110010 10111 1100100 0 110110 1010000 10010100 1100100 1010

Color Harmonies of #003217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003217

Black with #003217

Text Example


Text Example

White with #003217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003217; }

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

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

background-color css

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

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

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

border-color css

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

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

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