Html Css Color HEX #00342F Dark Green

📋 copy color: '#00342F'

red 0 ◦ green 52 ◦ blue 47

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

Shades of Dark Green #00342F

Tints of Dark Green #00342F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 47.47%

R = 0%
G = 52.53%
B = 47.47%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.10

 K value IS 0.80

RGB Variations

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

Color information

#00342F (or 0x00342F) is known color: Dark Green. HEX triplet: 00, 34 and 2F. RGB value is (0,52,47). Sum of RGB (Red+Green+Blue) = 0+52+47=99 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 99); Green value is 52 (20.70% from 255 or 52.53% from 99); Blue value is 47 (18.75% from 255 or 47.47% from 99); Max value from RGB is 52 - color contains mainly: green. Hex color #00342F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00342F is #FFCBD0. Grayscale: #232323. Windows color (decimal): -16763857 or 3093504. OLE color: 3093504.

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

Color convert

RGB 0 52 47 -
CMYK 1 0 0.10 0.80
HSL 174.23º 1% 0.1% -
HSV(B) 174.23º 1% 0.2% -
XYZ 1.74 2.66 3.11 -
YUV 35.88 134.27 102.41 -
System Red Green Blue C M Y K H S L
Decimal 0 52 47 1 0 0.10 0.80 174.23 1 0.1
Hex 0 34 2F 64 0 A 50 AE 64 A
Octal 0 64 57 144 0 12 120 256 144 12
Binary 0 110100 101111 1100100 0 1010 1010000 10101110 1100100 1010

Color Harmonies of #00342F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00342F

Black with #00342F

Text Example


Text Example

White with #00342F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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