#00292A

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

Shades of Dark Green #00292A

Tints of Dark Green #00292A

Color information

#00292A (or 0x00292A) is unknown color: approx Dark Green. HEX triplet: 00, 29 and 2A. RGB value is (0,41,42). Sum of RGB (Red+Green+Blue) = 0+41+42=83 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 83); Green value is 41 (16.41% from 255 or 49.40% from 83); Blue value is 42 (16.80% from 255 or 50.60% from 83); Max value from RGB is 42 - color contains mainly: blue. Hex color #00292A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00292A is #FFD6D5. Grayscale: #1C1C1C. Windows color (decimal): -16766678 or 2763008. OLE color: 2763008.

HSL color Cylindrical-coordinate representation of color #00292A: hue angle of 181.43º degrees, saturation: 1, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00292A is Cyan = 1, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB04142-
CMYK10.0200.84
HSL181.43º100%8.24%-
HSV(B)181.43º100%16.47%-
XYZ1.211.752.47-
YUV28.86135.42107.42-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 41 (16.41% from 255) = 49.40%
BLUE value IS 42 (16.80% from 255) = 50.60%
R=0%
G=49.40%
B=50.60%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal0414210.0200.84181.431008.24
Hex0292A642054b5648
Octal051521442012426514410
Binary0101001101010110010010010101001011010111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00292A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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