Html Css Color HEX #01291E Dark Green

📋 copy color: '#01291E'

red 1 ◦ green 41 ◦ blue 30

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

Shades of Dark Green #01291E

Tints of Dark Green #01291E

RGB

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

 GREEN value IS 41 (16.41% from 255) = 56.94%

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

R = 1.39%
G = 56.94%
B = 41.67%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.27

 K value IS 0.84

RGB Variations

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

Color information

#01291E (or 0x01291E) is known color: Dark Green. HEX triplet: 01, 29 and 1E. RGB value is (1,41,30). Sum of RGB (Red+Green+Blue) = 1+41+30=72 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.39% from 72); Green value is 41 (16.41% from 255 or 56.94% from 72); Blue value is 30 (12.11% from 255 or 41.67% from 72); Max value from RGB is 41 - color contains mainly: green. Hex color #01291E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01291E is #FED6E1. Grayscale: #1B1B1B. Windows color (decimal): -16701154 or 1976577. OLE color: 1976577.

HSL color Cylindrical-coordinate representation of color #01291E: hue angle of 163.5º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #01291E is Cyan = 0.98, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.84.

Color convert

RGB 1 41 30 -
CMYK 0.98 0 0.27 0.84
HSL 163.5º 0.95% 0.08% -
HSV(B) 163.5º 0.98% 0.16% -
XYZ 1.04 1.69 1.5 -
YUV 27.79 129.25 108.89 -
System Red Green Blue C M Y K H S L
Decimal 1 41 30 0.98 0 0.27 0.84 163.5 0.95 0.08
Hex 1 29 1E 62 0 1B 54 A4 5F 8
Octal 1 51 36 142 0 33 124 244 137 10
Binary 1 101001 11110 1100010 0 11011 1010100 10100100 1011111 1000

Color Harmonies of #01291E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01291E

Black with #01291E

Text Example


Text Example

White with #01291E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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