Html Css Color HEX #01231C Dark Green

📋 copy color: '#01231C'

red 1 ◦ green 35 ◦ blue 28

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

Shades of Dark Green #01231C

Tints of Dark Green #01231C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 43.75%

R = 1.56%
G = 54.69%
B = 43.75%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.20

 K value IS 0.86

RGB Variations

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

Color information

#01231C (or 0x01231C) is known color: Dark Green. HEX triplet: 01, 23 and 1C. RGB value is (1,35,28). Sum of RGB (Red+Green+Blue) = 1+35+28=64 (8% of max value = 765). Red value is 1 (0.78% from 255 or 1.56% from 64); Green value is 35 (14.06% from 255 or 54.69% from 64); Blue value is 28 (11.33% from 255 or 43.75% from 64); Max value from RGB is 35 - color contains mainly: green. Hex color #01231C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01231C is #FEDCE3. Grayscale: #181818. Windows color (decimal): -16702692 or 1843969. OLE color: 1843969.

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

Color convert

RGB 1 35 28 -
CMYK 0.97 0 0.20 0.86
HSL 167.65º 0.94% 0.07% -
HSV(B) 167.65º 0.97% 0.14% -
XYZ 0.82 1.29 1.3 -
YUV 24.04 130.24 111.57 -
System Red Green Blue C M Y K H S L
Decimal 1 35 28 0.97 0 0.20 0.86 167.65 0.94 0.07
Hex 1 23 1C 61 0 14 56 A8 5E 7
Octal 1 43 34 141 0 24 126 250 136 7
Binary 1 100011 11100 1100001 0 10100 1010110 10101000 1011110 111

Color Harmonies of #01231C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01231C

Black with #01231C

Text Example


Text Example

White with #01231C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01231C; }

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

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

background-color css

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

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

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

border-color css

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

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

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