Html Css Color HEX #00340F Dark Green

📋 copy color: '#00340F'

red 0 ◦ green 52 ◦ blue 15

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

Shades of Dark Green #00340F

Tints of Dark Green #00340F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 22.39%

R = 0%
G = 77.61%
B = 22.39%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.71

 K value IS 0.80

RGB Variations

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

Color information

#00340F (or 0x00340F) is known color: Dark Green. HEX triplet: 00, 34 and 0F. RGB value is (0,52,15). Sum of RGB (Red+Green+Blue) = 0+52+15=67 (8% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 67); Green value is 52 (20.70% from 255 or 77.61% from 67); Blue value is 15 (6.25% from 255 or 22.39% from 67); Max value from RGB is 52 - color contains mainly: green. Hex color #00340F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #00340F is #FFCBF0. Grayscale: #202020. Windows color (decimal): -16763889 or 996352. OLE color: 996352.

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

Color convert

RGB 0 52 15 -
CMYK 1 0 0.71 0.80
HSL 137.31º 1% 0.1% -
HSV(B) 137.31º 1% 0.2% -
XYZ 1.31 2.49 0.86 -
YUV 32.23 118.27 105.01 -
System Red Green Blue C M Y K H S L
Decimal 0 52 15 1 0 0.71 0.80 137.31 1 0.1
Hex 0 34 F 64 0 47 50 89 64 A
Octal 0 64 17 144 0 107 120 211 144 12
Binary 0 110100 1111 1100100 0 1000111 1010000 10001001 1100100 1010

Color Harmonies of #00340F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00340F

Black with #00340F

Text Example


Text Example

White with #00340F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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