#00302D

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

Shades of Dark Green #00302D

Tints of Dark Green #00302D

Color information

#00302D (or 0x00302D) is unknown color: approx Dark Green. HEX triplet: 00, 30 and 2D. RGB value is (0,48,45). Sum of RGB (Red+Green+Blue) = 0+48+45=93 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 93); Green value is 48 (19.14% from 255 or 51.61% from 93); Blue value is 45 (17.97% from 255 or 48.39% from 93); Max value from RGB is 48 - color contains mainly: green. Hex color #00302D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00302D is #FFCFD2. Grayscale: #212121. Windows color (decimal): -16764883 or 2961408. OLE color: 2961408.

HSL color Cylindrical-coordinate representation of color #00302D: hue angle of 176.25º 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 #00302D is Cyan = 1, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.81.

Color convert

RGB04845-
CMYK100.060.81
HSL176.25º100%9.41%-
HSV(B)176.25º100%18.82%-
XYZ1.532.32.85-
YUV33.31134.6104.24-

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.61%
BLUE value IS 45 (17.97% from 255) = 48.39%
R=0%
G=51.61%
B=48.39%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal04845100.060.81176.251009.41
Hex0302D640651b0649
Octal060551440612126014411
Binary01100001011011100100011010100011011000011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00302D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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