Html Css Color HEX #01291C Dark Green

📋 copy color: '#01291C'

red 1 ◦ green 41 ◦ blue 28

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

Shades of Dark Green #01291C

Tints of Dark Green #01291C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 40%

R = 1.43%
G = 58.57%
B = 40%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.32

 K value IS 0.84

RGB Variations

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

Color information

#01291C (or 0x01291C) is known color: Dark Green. HEX triplet: 01, 29 and 1C. RGB value is (1,41,28). Sum of RGB (Red+Green+Blue) = 1+41+28=70 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.43% from 70); Green value is 41 (16.41% from 255 or 58.57% from 70); Blue value is 28 (11.33% from 255 or 40% from 70); Max value from RGB is 41 - color contains mainly: green. Hex color #01291C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01291C is #FED6E3. Grayscale: #1B1B1B. Windows color (decimal): -16701156 or 1845505. OLE color: 1845505.

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

Color convert

RGB 1 41 28 -
CMYK 0.98 0 0.32 0.84
HSL 160.5º 0.95% 0.08% -
HSV(B) 160.5º 0.98% 0.16% -
XYZ 1.02 1.68 1.37 -
YUV 27.56 128.25 109.06 -
System Red Green Blue C M Y K H S L
Decimal 1 41 28 0.98 0 0.32 0.84 160.5 0.95 0.08
Hex 1 29 1C 62 0 20 54 A0 5F 8
Octal 1 51 34 142 0 40 124 240 137 10
Binary 1 101001 11100 1100010 0 100000 1010100 10100000 1011111 1000

Color Harmonies of #01291C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01291C

Black with #01291C

Text Example


Text Example

White with #01291C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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