Html Css Color HEX #00321B Dark Green

📋 copy color: '#00321B'

red 0 ◦ green 50 ◦ blue 27

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

Shades of Dark Green #00321B

Tints of Dark Green #00321B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 35.06%

R = 0%
G = 64.94%
B = 35.06%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.46

 K value IS 0.80

RGB Variations

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

Color information

#00321B (or 0x00321B) is known color: Dark Green. HEX triplet: 00, 32 and 1B. RGB value is (0,50,27). Sum of RGB (Red+Green+Blue) = 0+50+27=77 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 77); Green value is 50 (19.92% from 255 or 64.94% from 77); Blue value is 27 (10.94% from 255 or 35.06% from 77); Max value from RGB is 50 - color contains mainly: green. Hex color #00321B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00321B is #FFCDE4. Grayscale: #202020. Windows color (decimal): -16764389 or 1782272. OLE color: 1782272.

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

Color convert

RGB 0 50 27 -
CMYK 1 0 0.46 0.80
HSL 152.4º 1% 0.1% -
HSV(B) 152.4º 1% 0.2% -
XYZ 1.34 2.36 1.42 -
YUV 32.43 124.94 104.87 -
System Red Green Blue C M Y K H S L
Decimal 0 50 27 1 0 0.46 0.80 152.4 1 0.1
Hex 0 32 1B 64 0 2E 50 98 64 A
Octal 0 62 33 144 0 56 120 230 144 12
Binary 0 110010 11011 1100100 0 101110 1010000 10011000 1100100 1010

Color Harmonies of #00321B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00321B

Black with #00321B

Text Example


Text Example

White with #00321B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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