#00342C

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

Shades of Dark Green #00342C

Tints of Dark Green #00342C

Color information

#00342C (or 0x00342C) is unknown color: approx Dark Green. HEX triplet: 00, 34 and 2C. RGB value is (0,52,44). Sum of RGB (Red+Green+Blue) = 0+52+44=96 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 96); Green value is 52 (20.70% from 255 or 54.17% from 96); Blue value is 44 (17.58% from 255 or 45.83% from 96); Max value from RGB is 52 - color contains mainly: green. Hex color #00342C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00342C is #FFCBD3. Grayscale: #232323. Windows color (decimal): -16763860 or 2896896. OLE color: 2896896.

HSL color Cylindrical-coordinate representation of color #00342C: hue angle of 170.77º 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 #00342C is Cyan = 1, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.80.

Color convert

RGB05244-
CMYK100.150.80
HSL170.77º100%10.2%-
HSV(B)170.77º100%20.39%-
XYZ1.682.642.8-
YUV35.54132.77102.65-

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) = 54.17%
BLUE value IS 44 (17.58% from 255) = 45.83%
R=0%
G=54.17%
B=45.83%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal05244100.150.80170.7710010.2
Hex0342C640F50ab64a
Octal0645414401712025314412
Binary011010010110011001000111110100001010101111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00342C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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