Html Css Color HEX #01231A Dark Green

📋 copy color: '#01231A'

red 1 ◦ green 35 ◦ blue 26

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

Shades of Dark Green #01231A

Tints of Dark Green #01231A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 41.94%

R = 1.61%
G = 56.45%
B = 41.94%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.26

 K value IS 0.86

RGB Variations

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

Color information

#01231A (or 0x01231A) is known color: Dark Green. HEX triplet: 01, 23 and 1A. RGB value is (1,35,26). Sum of RGB (Red+Green+Blue) = 1+35+26=62 (8% of max value = 765). Red value is 1 (0.78% from 255 or 1.61% from 62); Green value is 35 (14.06% from 255 or 56.45% from 62); Blue value is 26 (10.55% from 255 or 41.94% from 62); Max value from RGB is 35 - color contains mainly: green. Hex color #01231A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01231A is #FEDCE5. Grayscale: #171717. Windows color (decimal): -16702694 or 1712897. OLE color: 1712897.

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

Color convert

RGB 1 35 26 -
CMYK 0.97 0 0.26 0.86
HSL 164.12º 0.94% 0.07% -
HSV(B) 164.12º 0.97% 0.14% -
XYZ 0.8 1.28 1.18 -
YUV 23.81 129.24 111.73 -
System Red Green Blue C M Y K H S L
Decimal 1 35 26 0.97 0 0.26 0.86 164.12 0.94 0.07
Hex 1 23 1A 61 0 1A 56 A4 5E 7
Octal 1 43 32 141 0 32 126 244 136 7
Binary 1 100011 11010 1100001 0 11010 1010110 10100100 1011110 111

Color Harmonies of #01231A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01231A

Black with #01231A

Text Example


Text Example

White with #01231A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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