Html Css Color HEX #012323 Dark Green

📋 copy color: '#012323'

red 1 ◦ green 35 ◦ blue 35

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

Shades of Dark Green #012323

Tints of Dark Green #012323

RGB

 RED value IS 1 (0.78% from 255) = 1.41%

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

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

R = 1.41%
G = 49.3%
B = 49.3%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#012323 (or 0x012323) is known color: Dark Green. HEX triplet: 01, 23 and 23. RGB value is (1,35,35). Sum of RGB (Red+Green+Blue) = 1+35+35=71 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.41% from 71); Green value is 35 (14.06% from 255 or 49.30% from 71); Blue value is 35 (14.06% from 255 or 49.30% from 71); Max value from RGB is 35 - color contains mainly: green, blue. Hex color #012323 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012323 is #FEDCDC. Grayscale: #181818. Windows color (decimal): -16702685 or 2302721. OLE color: 2302721.

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

Color convert

RGB 1 35 35 -
CMYK 0.97 0 0 0.86
HSL 180º 0.94% 0.07% -
HSV(B) 180º 0.97% 0.14% -
XYZ 0.92 1.33 1.8 -
YUV 24.83 133.74 111 -
System Red Green Blue C M Y K H S L
Decimal 1 35 35 0.97 0 0 0.86 180 0.94 0.07
Hex 1 23 23 61 0 0 56 B4 5E 7
Octal 1 43 43 141 0 0 126 264 136 7
Binary 1 100011 100011 1100001 0 0 1010110 10110100 1011110 111

Color Harmonies of #012323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012323

Black with #012323

Text Example


Text Example

White with #012323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012323; }

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

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

background-color css

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

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

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

border-color css

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

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

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