Html Css Color HEX #00341F Dark Green

📋 copy color: '#00341F'

red 0 ◦ green 52 ◦ blue 31

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

Shades of Dark Green #00341F

Tints of Dark Green #00341F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 37.35%

R = 0%
G = 62.65%
B = 37.35%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.40

 K value IS 0.80

RGB Variations

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

Color information

#00341F (or 0x00341F) is known color: Dark Green. HEX triplet: 00, 34 and 1F. RGB value is (0,52,31). Sum of RGB (Red+Green+Blue) = 0+52+31=83 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 83); Green value is 52 (20.70% from 255 or 62.65% from 83); Blue value is 31 (12.5% from 255 or 37.35% from 83); Max value from RGB is 52 - color contains mainly: green. Hex color #00341F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00341F is #FFCBE0. Grayscale: #222222. Windows color (decimal): -16763873 or 2044928. OLE color: 2044928.

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

Color convert

RGB 0 52 31 -
CMYK 1 0 0.40 0.80
HSL 155.77º 1% 0.1% -
HSV(B) 155.77º 1% 0.2% -
XYZ 1.48 2.55 1.71 -
YUV 34.06 126.27 103.71 -
System Red Green Blue C M Y K H S L
Decimal 0 52 31 1 0 0.40 0.80 155.77 1 0.1
Hex 0 34 1F 64 0 28 50 9C 64 A
Octal 0 64 37 144 0 50 120 234 144 12
Binary 0 110100 11111 1100100 0 101000 1010000 10011100 1100100 1010

Color Harmonies of #00341F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00341F

Black with #00341F

Text Example


Text Example

White with #00341F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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