#00342A

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

Shades of Dark Green #00342A

Tints of Dark Green #00342A

Color information

#00342A (or 0x00342A) is unknown color: approx Dark Green. HEX triplet: 00, 34 and 2A. RGB value is (0,52,42). Sum of RGB (Red+Green+Blue) = 0+52+42=94 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 94); Green value is 52 (20.70% from 255 or 55.32% from 94); Blue value is 42 (16.80% from 255 or 44.68% from 94); Max value from RGB is 52 - color contains mainly: green. Hex color #00342A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00342A is #FFCBD5. Grayscale: #232323. Windows color (decimal): -16763862 or 2765824. OLE color: 2765824.

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

Color convert

RGB05242-
CMYK100.190.80
HSL168.46º100%10.2%-
HSV(B)168.46º100%20.39%-
XYZ1.652.622.61-
YUV35.31131.77102.81-

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) = 55.32%
BLUE value IS 42 (16.80% from 255) = 44.68%
R=0%
G=55.32%
B=44.68%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal05242100.190.80168.4610010.2
Hex0342A6401350a864a
Octal0645214402312025014412
Binary0110100101010110010001001110100001010100011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00342A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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