#00341F

Color #00341F Dark Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Green #00341F

Tints of Dark Green #00341F

Color information

#00341F (or 0x00341F) is unknown color: approx 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

RGB05231-
CMYK100.400.80
HSL155.77º100%10.2%-
HSV(B)155.77º100%20.39%-
XYZ1.482.551.71-
YUV34.06126.27103.71-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 52 (20.70% from 255) = 62.65%
BLUE value IS 31 (12.5% from 255) = 37.35%
R=0%
G=62.65%
B=37.35%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal05231100.400.80155.7710010.2
Hex0341F64028509c64a
Octal0643714405012023414412
Binary0110100111111100100010100010100001001110011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00341F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>