Html Css Color HEX #00341D Dark Green

📋 copy color: '#00341D'

red 0 ◦ green 52 ◦ blue 29

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

Shades of Dark Green #00341D

Tints of Dark Green #00341D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 35.8%

R = 0%
G = 64.2%
B = 35.8%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.44

 K value IS 0.80

RGB Variations

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

Color information

#00341D (or 0x00341D) is known color: Dark Green. HEX triplet: 00, 34 and 1D. RGB value is (0,52,29). Sum of RGB (Red+Green+Blue) = 0+52+29=81 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 81); Green value is 52 (20.70% from 255 or 64.20% from 81); Blue value is 29 (11.72% from 255 or 35.80% from 81); Max value from RGB is 52 - color contains mainly: green. Hex color #00341D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00341D is #FFCBE2. Grayscale: #212121. Windows color (decimal): -16763875 or 1913856. OLE color: 1913856.

HSL color Cylindrical-coordinate representation of color #00341D: hue angle of 153.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 #00341D is Cyan = 1, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.80.

Color convert

RGB 0 52 29 -
CMYK 1 0 0.44 0.80
HSL 153.46º 1% 0.1% -
HSV(B) 153.46º 1% 0.2% -
XYZ 1.45 2.54 1.58 -
YUV 33.83 125.27 103.87 -
System Red Green Blue C M Y K H S L
Decimal 0 52 29 1 0 0.44 0.80 153.46 1 0.1
Hex 0 34 1D 64 0 2C 50 99 64 A
Octal 0 64 35 144 0 54 120 231 144 12
Binary 0 110100 11101 1100100 0 101100 1010000 10011001 1100100 1010

Color Harmonies of #00341D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00341D

Black with #00341D

Text Example


Text Example

White with #00341D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00341D; }

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

 H1.HeaderClassName
 {
   color: #00341D;
 }
 .AnyTagClassName
 {
   color: #00341D;
 }
</style>

background-color css

<style>
 a { background-color: #00341D; }

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

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

border-color css

<style>
 span { border-color: #00341D; }

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

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