Html Css Color HEX #01291D Dark Green

📋 copy color: '#01291D'

red 1 ◦ green 41 ◦ blue 29

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

Shades of Dark Green #01291D

Tints of Dark Green #01291D

RGB

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

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

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

R = 1.41%
G = 57.75%
B = 40.85%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.29

 K value IS 0.84

RGB Variations

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

Color information

#01291D (or 0x01291D) is known color: Dark Green. HEX triplet: 01, 29 and 1D. RGB value is (1,41,29). Sum of RGB (Red+Green+Blue) = 1+41+29=71 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.41% from 71); Green value is 41 (16.41% from 255 or 57.75% from 71); Blue value is 29 (11.72% from 255 or 40.85% from 71); Max value from RGB is 41 - color contains mainly: green. Hex color #01291D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01291D is #FED6E2. Grayscale: #1B1B1B. Windows color (decimal): -16701155 or 1911041. OLE color: 1911041.

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

Color convert

RGB 1 41 29 -
CMYK 0.98 0 0.29 0.84
HSL 162º 0.95% 0.08% -
HSV(B) 162º 0.98% 0.16% -
XYZ 1.03 1.68 1.43 -
YUV 27.67 128.75 108.98 -
System Red Green Blue C M Y K H S L
Decimal 1 41 29 0.98 0 0.29 0.84 162 0.95 0.08
Hex 1 29 1D 62 0 1D 54 A2 5F 8
Octal 1 51 35 142 0 35 124 242 137 10
Binary 1 101001 11101 1100010 0 11101 1010100 10100010 1011111 1000

Color Harmonies of #01291D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01291D

Black with #01291D

Text Example


Text Example

White with #01291D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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