#00302E

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

Shades of Dark Green #00302E

Tints of Dark Green #00302E

Color information

#00302E (or 0x00302E) is unknown color: approx Dark Green. HEX triplet: 00, 30 and 2E. RGB value is (0,48,46). Sum of RGB (Red+Green+Blue) = 0+48+46=94 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 94); Green value is 48 (19.14% from 255 or 51.06% from 94); Blue value is 46 (18.36% from 255 or 48.94% from 94); Max value from RGB is 48 - color contains mainly: green. Hex color #00302E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00302E is #FFCFD1. Grayscale: #212121. Windows color (decimal): -16764882 or 3026944. OLE color: 3026944.

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

Color convert

RGB04846-
CMYK100.040.81
HSL177.5º100%9.41%-
HSV(B)177.5º100%18.82%-
XYZ1.552.312.95-
YUV33.42135.1104.16-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 48 (19.14% from 255) = 51.06%
BLUE value IS 46 (18.36% from 255) = 48.94%
R=0%
G=51.06%
B=48.94%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal04846100.040.81177.51009.41
Hex0302E640451b2649
Octal060561440412126214411
Binary01100001011101100100010010100011011001011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00302E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,48,46); }

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

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

 a { background-color: rgb(0,48,46); }

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

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

 span { border-color: rgb(0,48,46); }

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