Html Css Color HEX #01231E Dark Green

📋 copy color: '#01231E'

red 1 ◦ green 35 ◦ blue 30

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

Shades of Dark Green #01231E

Tints of Dark Green #01231E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 45.45%

R = 1.52%
G = 53.03%
B = 45.45%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.14

 K value IS 0.86

RGB Variations

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

Color information

#01231E (or 0x01231E) is known color: Dark Green. HEX triplet: 01, 23 and 1E. RGB value is (1,35,30). Sum of RGB (Red+Green+Blue) = 1+35+30=66 (8% of max value = 765). Red value is 1 (0.78% from 255 or 1.52% from 66); Green value is 35 (14.06% from 255 or 53.03% from 66); Blue value is 30 (12.11% from 255 or 45.45% from 66); Max value from RGB is 35 - color contains mainly: green. Hex color #01231E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01231E is #FEDCE1. Grayscale: #181818. Windows color (decimal): -16702690 or 1975041. OLE color: 1975041.

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

Color convert

RGB 1 35 30 -
CMYK 0.97 0 0.14 0.86
HSL 171.18º 0.94% 0.07% -
HSV(B) 171.18º 0.97% 0.14% -
XYZ 0.85 1.3 1.43 -
YUV 24.26 131.24 111.41 -
System Red Green Blue C M Y K H S L
Decimal 1 35 30 0.97 0 0.14 0.86 171.18 0.94 0.07
Hex 1 23 1E 61 0 E 56 AB 5E 7
Octal 1 43 36 141 0 16 126 253 136 7
Binary 1 100011 11110 1100001 0 1110 1010110 10101011 1011110 111

Color Harmonies of #01231E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01231E

Black with #01231E

Text Example


Text Example

White with #01231E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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