Html Css Color HEX #012929 Dark Green

📋 copy color: '#012929'

red 1 ◦ green 41 ◦ blue 41

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

Shades of Dark Green #012929

Tints of Dark Green #012929

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 49.4%

R = 1.2%
G = 49.4%
B = 49.4%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#012929 (or 0x012929) is known color: Dark Green. HEX triplet: 01, 29 and 29. RGB value is (1,41,41). Sum of RGB (Red+Green+Blue) = 1+41+41=83 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.20% from 83); Green value is 41 (16.41% from 255 or 49.40% from 83); Blue value is 41 (16.41% from 255 or 49.40% from 83); Max value from RGB is 41 - color contains mainly: green, blue. Hex color #012929 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012929 is #FED6D6. Grayscale: #1D1D1D. Windows color (decimal): -16701143 or 2697473. OLE color: 2697473.

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

Color convert

RGB 1 41 41 -
CMYK 0.98 0 0 0.84
HSL 180º 0.95% 0.08% -
HSV(B) 180º 0.98% 0.16% -
XYZ 1.21 1.75 2.37 -
YUV 29.04 134.75 108 -
System Red Green Blue C M Y K H S L
Decimal 1 41 41 0.98 0 0 0.84 180 0.95 0.08
Hex 1 29 29 62 0 0 54 B4 5F 8
Octal 1 51 51 142 0 0 124 264 137 10
Binary 1 101001 101001 1100010 0 0 1010100 10110100 1011111 1000

Color Harmonies of #012929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012929

Black with #012929

Text Example


Text Example

White with #012929

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012929; }

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

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

background-color css

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

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

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

border-color css

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

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

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