#00351E

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

Shades of Dark Green #00351E

Tints of Dark Green #00351E

Color information

#00351E (or 0x00351E) is unknown color: approx Dark Green. HEX triplet: 00, 35 and 1E. RGB value is (0,53,30). Sum of RGB (Red+Green+Blue) = 0+53+30=83 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 83); Green value is 53 (21.09% from 255 or 63.86% from 83); Blue value is 30 (12.11% from 255 or 36.14% from 83); Max value from RGB is 53 - color contains mainly: green. Hex color #00351E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00351E is #FFCAE1. Grayscale: #222222. Windows color (decimal): -16763618 or 1979648. OLE color: 1979648.

HSL color Cylindrical-coordinate representation of color #00351E: hue angle of 153.96º 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 #00351E is Cyan = 1, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.79.

Color convert

RGB05330-
CMYK100.430.79
HSL153.96º100%10.39%-
HSV(B)153.96º100%20.78%-
XYZ1.512.641.66-
YUV34.53125.44103.37-

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.86%
BLUE value IS 30 (12.11% from 255) = 36.14%
R=0%
G=63.86%
B=36.14%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal05330100.430.79153.9610010.39
Hex0351E6402B4F9a64a
Octal0653614405311723214412
Binary0110101111101100100010101110011111001101011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00351E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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