Html Css Color HEX #002320 Dark Green

📋 copy color: '#002320'

red 0 ◦ green 35 ◦ blue 32

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

Shades of Dark Green #002320

Tints of Dark Green #002320

RGB

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

 GREEN value IS 35 (14.06% from 255) = 52.24%

 BLUE value IS 32 (12.89% from 255) = 47.76%

R = 0%
G = 52.24%
B = 47.76%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.09

 K value IS 0.86

RGB Variations

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

Color information

#002320 (or 0x002320) is known color: Dark Green. HEX triplet: 00, 23 and 20. RGB value is (0,35,32). Sum of RGB (Red+Green+Blue) = 0+35+32=67 (8% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 67); Green value is 35 (14.06% from 255 or 52.24% from 67); Blue value is 32 (12.89% from 255 or 47.76% from 67); Max value from RGB is 35 - color contains mainly: green. Hex color #002320 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002320 is #FFDCDF. Grayscale: #181818. Windows color (decimal): -16768224 or 2106112. OLE color: 2106112.

HSL color Cylindrical-coordinate representation of color #002320: hue angle of 174.86º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002320 is Cyan = 1, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.86.

Color convert

RGB 0 35 32 -
CMYK 1 0 0.09 0.86
HSL 174.86º 1% 0.07% -
HSV(B) 174.86º 1% 0.14% -
XYZ 0.86 1.31 1.57 -
YUV 24.19 132.4 110.74 -
System Red Green Blue C M Y K H S L
Decimal 0 35 32 1 0 0.09 0.86 174.86 1 0.07
Hex 0 23 20 64 0 9 56 AF 64 7
Octal 0 43 40 144 0 11 126 257 144 7
Binary 0 100011 100000 1100100 0 1001 1010110 10101111 1100100 111

Color Harmonies of #002320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002320

Black with #002320

Text Example


Text Example

White with #002320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002320; }

 p { color: rgb(0,35,32); }

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

background-color css

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

 a { background-color: rgb(0,35,32); }

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

border-color css

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

 span { border-color: rgb(0,35,32); }

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