Html Css Color HEX #002323 Dark Green

📋 copy color: '#002323'

red 0 ◦ green 35 ◦ blue 35

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

Shades of Dark Green #002323

Tints of Dark Green #002323

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 50%

R = 0%
G = 50%
B = 50%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#002323 (or 0x002323) is known color: Dark Green. HEX triplet: 00, 23 and 23. RGB value is (0,35,35). Sum of RGB (Red+Green+Blue) = 0+35+35=70 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 70); Green value is 35 (14.06% from 255 or 50% from 70); Blue value is 35 (14.06% from 255 or 50% from 70); Max value from RGB is 35 - color contains mainly: green, blue. Hex color #002323 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002323 is #FFDCDC. Grayscale: #181818. Windows color (decimal): -16768221 or 2302720. OLE color: 2302720.

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

Color convert

RGB 0 35 35 -
CMYK 1 0 0 0.86
HSL 180º 1% 0.07% -
HSV(B) 180º 1% 0.14% -
XYZ 0.9 1.32 1.8 -
YUV 24.54 133.9 110.5 -
System Red Green Blue C M Y K H S L
Decimal 0 35 35 1 0 0 0.86 180 1 0.07
Hex 0 23 23 64 0 0 56 B4 64 7
Octal 0 43 43 144 0 0 126 264 144 7
Binary 0 100011 100011 1100100 0 0 1010110 10110100 1100100 111

Color Harmonies of #002323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002323

Black with #002323

Text Example


Text Example

White with #002323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002323; }

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

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

background-color css

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

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

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

border-color css

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

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

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