Html Css Color HEX #01291A Dark Green

📋 copy color: '#01291A'

red 1 ◦ green 41 ◦ blue 26

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

Shades of Dark Green #01291A

Tints of Dark Green #01291A

RGB

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

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

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

R = 1.47%
G = 60.29%
B = 38.24%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.37

 K value IS 0.84

RGB Variations

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

Color information

#01291A (or 0x01291A) is known color: Dark Green. HEX triplet: 01, 29 and 1A. RGB value is (1,41,26). Sum of RGB (Red+Green+Blue) = 1+41+26=68 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.47% from 68); Green value is 41 (16.41% from 255 or 60.29% from 68); Blue value is 26 (10.55% from 255 or 38.24% from 68); Max value from RGB is 41 - color contains mainly: green. Hex color #01291A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01291A is #FED6E5. Grayscale: #1B1B1B. Windows color (decimal): -16701158 or 1714433. OLE color: 1714433.

HSL color Cylindrical-coordinate representation of color #01291A: hue angle of 157.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 #01291A is Cyan = 0.98, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.84.

Color convert

RGB 1 41 26 -
CMYK 0.98 0 0.37 0.84
HSL 157.5º 0.95% 0.08% -
HSV(B) 157.5º 0.98% 0.16% -
XYZ 0.99 1.67 1.25 -
YUV 27.33 127.25 109.22 -
System Red Green Blue C M Y K H S L
Decimal 1 41 26 0.98 0 0.37 0.84 157.5 0.95 0.08
Hex 1 29 1A 62 0 25 54 9E 5F 8
Octal 1 51 32 142 0 45 124 236 137 10
Binary 1 101001 11010 1100010 0 100101 1010100 10011110 1011111 1000

Color Harmonies of #01291A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01291A

Black with #01291A

Text Example


Text Example

White with #01291A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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