Html Css Color HEX #01231D Dark Green

📋 copy color: '#01231D'

red 1 ◦ green 35 ◦ blue 29

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

Shades of Dark Green #01231D

Tints of Dark Green #01231D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 44.62%

R = 1.54%
G = 53.85%
B = 44.62%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.17

 K value IS 0.86

RGB Variations

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

Color information

#01231D (or 0x01231D) is known color: Dark Green. HEX triplet: 01, 23 and 1D. RGB value is (1,35,29). Sum of RGB (Red+Green+Blue) = 1+35+29=65 (8% of max value = 765). Red value is 1 (0.78% from 255 or 1.54% from 65); Green value is 35 (14.06% from 255 or 53.85% from 65); Blue value is 29 (11.72% from 255 or 44.62% from 65); Max value from RGB is 35 - color contains mainly: green. Hex color #01231D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01231D is #FEDCE2. Grayscale: #181818. Windows color (decimal): -16702691 or 1909505. OLE color: 1909505.

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

Color convert

RGB 1 35 29 -
CMYK 0.97 0 0.17 0.86
HSL 169.41º 0.94% 0.07% -
HSV(B) 169.41º 0.97% 0.14% -
XYZ 0.84 1.3 1.37 -
YUV 24.15 130.74 111.49 -
System Red Green Blue C M Y K H S L
Decimal 1 35 29 0.97 0 0.17 0.86 169.41 0.94 0.07
Hex 1 23 1D 61 0 11 56 A9 5E 7
Octal 1 43 35 141 0 21 126 251 136 7
Binary 1 100011 11101 1100001 0 10001 1010110 10101001 1011110 111

Color Harmonies of #01231D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01231D

Black with #01231D

Text Example


Text Example

White with #01231D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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