Html Css Color HEX #00342B Dark Green

📋 copy color: '#00342B'

red 0 ◦ green 52 ◦ blue 43

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

Shades of Dark Green #00342B

Tints of Dark Green #00342B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 45.26%

R = 0%
G = 54.74%
B = 45.26%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.17

 K value IS 0.80

RGB Variations

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

Color information

#00342B (or 0x00342B) is known color: Dark Green. HEX triplet: 00, 34 and 2B. RGB value is (0,52,43). Sum of RGB (Red+Green+Blue) = 0+52+43=95 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 95); Green value is 52 (20.70% from 255 or 54.74% from 95); Blue value is 43 (17.19% from 255 or 45.26% from 95); Max value from RGB is 52 - color contains mainly: green. Hex color #00342B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00342B is #FFCBD4. Grayscale: #232323. Windows color (decimal): -16763861 or 2831360. OLE color: 2831360.

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

Color convert

RGB 0 52 43 -
CMYK 1 0 0.17 0.80
HSL 169.62º 1% 0.1% -
HSV(B) 169.62º 1% 0.2% -
XYZ 1.66 2.63 2.71 -
YUV 35.43 132.27 102.73 -
System Red Green Blue C M Y K H S L
Decimal 0 52 43 1 0 0.17 0.80 169.62 1 0.1
Hex 0 34 2B 64 0 11 50 AA 64 A
Octal 0 64 53 144 0 21 120 252 144 12
Binary 0 110100 101011 1100100 0 10001 1010000 10101010 1100100 1010

Color Harmonies of #00342B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00342B

Black with #00342B

Text Example


Text Example

White with #00342B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #00342B;
 }
 .AnyTagClassName
 {
   color: #00342B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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