#00312A

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

Shades of Dark Green #00312A

Tints of Dark Green #00312A

Color information

#00312A (or 0x00312A) is unknown color: approx Dark Green. HEX triplet: 00, 31 and 2A. RGB value is (0,49,42). Sum of RGB (Red+Green+Blue) = 0+49+42=91 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 91); Green value is 49 (19.53% from 255 or 53.85% from 91); Blue value is 42 (16.80% from 255 or 46.15% from 91); Max value from RGB is 49 - color contains mainly: green. Hex color #00312A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00312A is #FFCED5. Grayscale: #212121. Windows color (decimal): -16764630 or 2765056. OLE color: 2765056.

HSL color Cylindrical-coordinate representation of color #00312A: hue angle of 171.43º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00312A is Cyan = 1, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.81.

Color convert

RGB04942-
CMYK100.140.81
HSL171.43º100%9.61%-
HSV(B)171.43º100%19.22%-
XYZ1.522.362.57-
YUV33.55132.77104.07-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 49 (19.53% from 255) = 53.85%
BLUE value IS 42 (16.80% from 255) = 46.15%
R=0%
G=53.85%
B=46.15%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal04942100.140.81171.431009.61
Hex0312A640E51ab64a
Octal0615214401612125314412
Binary011000110101011001000111010100011010101111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00312A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00312A; }

 p { color: rgb(0,49,42); }

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

<style>
 a { background-color: #00312A; }

 a { background-color: rgb(0,49,42); }

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

<style>
 span { border-color: #00312A; }

 span { border-color: rgb(0,49,42); }

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