#00342D

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

Shades of Dark Green #00342D

Tints of Dark Green #00342D

Color information

#00342D (or 0x00342D) is unknown color: approx Dark Green. HEX triplet: 00, 34 and 2D. RGB value is (0,52,45). Sum of RGB (Red+Green+Blue) = 0+52+45=97 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 97); Green value is 52 (20.70% from 255 or 53.61% from 97); Blue value is 45 (17.97% from 255 or 46.39% from 97); Max value from RGB is 52 - color contains mainly: green. Hex color #00342D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00342D is #FFCBD2. Grayscale: #232323. Windows color (decimal): -16763859 or 2962432. OLE color: 2962432.

HSL color Cylindrical-coordinate representation of color #00342D: hue angle of 171.92º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00342D is Cyan = 1, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.80.

Color convert

RGB05245-
CMYK100.130.80
HSL171.92º100%10.2%-
HSV(B)171.92º100%20.39%-
XYZ1.72.652.9-
YUV35.65133.27102.57-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 52 (20.70% from 255) = 53.61%
BLUE value IS 45 (17.97% from 255) = 46.39%
R=0%
G=53.61%
B=46.39%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal05245100.130.80171.9210010.2
Hex0342D640D50ac64a
Octal0645514401512025414412
Binary011010010110111001000110110100001010110011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00342D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,52,45); }

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

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

 a { background-color: rgb(0,52,45); }

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

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

 span { border-color: rgb(0,52,45); }

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