Html Css Color HEX #00321A Dark Green

📋 copy color: '#00321A'

red 0 ◦ green 50 ◦ blue 26

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

Shades of Dark Green #00321A

Tints of Dark Green #00321A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 34.21%

R = 0%
G = 65.79%
B = 34.21%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.48

 K value IS 0.80

RGB Variations

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

Color information

#00321A (or 0x00321A) is known color: Dark Green. HEX triplet: 00, 32 and 1A. RGB value is (0,50,26). Sum of RGB (Red+Green+Blue) = 0+50+26=76 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 76); Green value is 50 (19.92% from 255 or 65.79% from 76); Blue value is 26 (10.55% from 255 or 34.21% from 76); Max value from RGB is 50 - color contains mainly: green. Hex color #00321A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00321A is #FFCDE5. Grayscale: #202020. Windows color (decimal): -16764390 or 1716736. OLE color: 1716736.

HSL color Cylindrical-coordinate representation of color #00321A: hue angle of 151.2º 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 #00321A is Cyan = 1, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.80.

Color convert

RGB 0 50 26 -
CMYK 1 0 0.48 0.80
HSL 151.2º 1% 0.1% -
HSV(B) 151.2º 1% 0.2% -
XYZ 1.33 2.36 1.36 -
YUV 32.31 124.44 104.95 -
System Red Green Blue C M Y K H S L
Decimal 0 50 26 1 0 0.48 0.80 151.2 1 0.1
Hex 0 32 1A 64 0 30 50 97 64 A
Octal 0 62 32 144 0 60 120 227 144 12
Binary 0 110010 11010 1100100 0 110000 1010000 10010111 1100100 1010

Color Harmonies of #00321A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00321A

Black with #00321A

Text Example


Text Example

White with #00321A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00321A; }

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

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

background-color css

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

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

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

border-color css

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

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

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