#00302F

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

Shades of Dark Green #00302F

Tints of Dark Green #00302F

Color information

#00302F (or 0x00302F) is unknown color: approx Dark Green. HEX triplet: 00, 30 and 2F. RGB value is (0,48,47). Sum of RGB (Red+Green+Blue) = 0+48+47=95 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 95); Green value is 48 (19.14% from 255 or 50.53% from 95); Blue value is 47 (18.75% from 255 or 49.47% from 95); Max value from RGB is 48 - color contains mainly: green. Hex color #00302F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00302F is #FFCFD0. Grayscale: #212121. Windows color (decimal): -16764881 or 3092480. OLE color: 3092480.

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

Color convert

RGB04847-
CMYK100.020.81
HSL178.75º100%9.41%-
HSV(B)178.75º100%18.82%-
XYZ1.572.323.05-
YUV33.53135.6104.08-

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) = 50.53%
BLUE value IS 47 (18.75% from 255) = 49.47%
R=0%
G=50.53%
B=49.47%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal04847100.020.81178.751009.41
Hex0302F640251b3649
Octal060571440212126314411
Binary0110000101111110010001010100011011001111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00302F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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