Html Css Color HEX #00342C Dark Green

📋 copy color: '#00342C'

red 0 ◦ green 52 ◦ blue 44

#00342C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Green #00342C

Tints of Dark Green #00342C

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 52 (20.7% from 255) = 54.17%

 BLUE value IS 44 (17.58% from 255) = 45.83%

R = 0%
G = 54.17%
B = 45.83%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.15

 K value IS 0.80

RGB Variations

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

Color information

#00342C (or 0x00342C) is known color: 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

RGB 0 52 44 -
CMYK 1 0 0.15 0.80
HSL 170.77º 1% 0.1% -
HSV(B) 170.77º 1% 0.2% -
XYZ 1.68 2.64 2.8 -
YUV 35.54 132.77 102.65 -
System Red Green Blue C M Y K H S L
Decimal 0 52 44 1 0 0.15 0.80 170.77 1 0.1
Hex 0 34 2C 64 0 F 50 AB 64 A
Octal 0 64 54 144 0 17 120 253 144 12
Binary 0 110100 101100 1100100 0 1111 1010000 10101011 1100100 1010

Color Harmonies of #00342C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00342C

Black with #00342C

Text Example


Text Example

White with #00342C

Text Example


Text Example

HTML Codes & Css Web 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>