#01292A

Color #01292A Dark Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Green #01292A

Tints of Dark Green #01292A

Color information

#01292A (or 0x01292A) is unknown color: approx Dark Green. HEX triplet: 01, 29 and 2A. RGB value is (1,41,42). Sum of RGB (Red+Green+Blue) = 1+41+42=84 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.19% from 84); Green value is 41 (16.41% from 255 or 48.81% from 84); Blue value is 42 (16.80% from 255 or 50% from 84); Max value from RGB is 42 - color contains mainly: blue. Hex color #01292A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01292A is #FED6D5. Grayscale: #1D1D1D. Windows color (decimal): -16701142 or 2763009. OLE color: 2763009.

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

Color convert

RGB14142-
CMYK0.980.0200.84
HSL181.46º95.35%8.43%-
HSV(B)181.46º97.62%16.47%-
XYZ1.221.762.47-
YUV29.15135.25107.92-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.19%
GREEN value IS 41 (16.41% from 255) = 48.81%
BLUE value IS 42 (16.80% from 255) = 50%
R=1.19%
G=48.81%
B=50%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal141420.980.0200.84181.4695.358.43
Hex1292A622054b55f8
Octal151521422012426513710
Binary1101001101010110001010010101001011010110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01292A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #01292A;
 }
 .AnyTagClassName
 {
   color: #01292A;
 }
</style>
background-color css

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

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

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

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

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

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