#00351F

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

Shades of Dark Green #00351F

Tints of Dark Green #00351F

Color information

#00351F (or 0x00351F) is unknown color: approx Dark Green. HEX triplet: 00, 35 and 1F. RGB value is (0,53,31). Sum of RGB (Red+Green+Blue) = 0+53+31=84 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 84); Green value is 53 (21.09% from 255 or 63.10% from 84); Blue value is 31 (12.5% from 255 or 36.90% from 84); Max value from RGB is 53 - color contains mainly: green. Hex color #00351F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00351F is #FFCAE0. Grayscale: #222222. Windows color (decimal): -16763617 or 2045184. OLE color: 2045184.

HSL color Cylindrical-coordinate representation of color #00351F: hue angle of 155.09º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00351F is Cyan = 1, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.79.

Color convert

RGB05331-
CMYK100.420.79
HSL155.09º100%10.39%-
HSV(B)155.09º100%20.78%-
XYZ1.522.651.73-
YUV34.64125.94103.29-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 53 (21.09% from 255) = 63.10%
BLUE value IS 31 (12.5% from 255) = 36.90%
R=0%
G=63.10%
B=36.90%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal05331100.420.79155.0910010.39
Hex0351F6402A4F9b64a
Octal0653714405211723314412
Binary0110101111111100100010101010011111001101111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00351F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #00351F;
 }
 .AnyTagClassName
 {
   color: #00351F;
 }
</style>
background-color css

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

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

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

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

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

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