#00301B

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

Shades of Dark Green #00301B

Tints of Dark Green #00301B

Color information

#00301B (or 0x00301B) is unknown color: approx Dark Green. HEX triplet: 00, 30 and 1B. RGB value is (0,48,27). Sum of RGB (Red+Green+Blue) = 0+48+27=75 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 75); Green value is 48 (19.14% from 255 or 64% from 75); Blue value is 27 (10.94% from 255 or 36% from 75); Max value from RGB is 48 - color contains mainly: green. Hex color #00301B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00301B is #FFCFE4. Grayscale: #1F1F1F. Windows color (decimal): -16764901 or 1781760. OLE color: 1781760.

HSL color Cylindrical-coordinate representation of color #00301B: hue angle of 153.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 #00301B is Cyan = 1, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.81.

Color convert

RGB04827-
CMYK100.440.81
HSL153.75º100%9.41%-
HSV(B)153.75º100%18.82%-
XYZ1.252.191.39-
YUV31.25125.6105.71-

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) = 64%
BLUE value IS 27 (10.94% from 255) = 36%
R=0%
G=64%
B=36%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal04827100.440.81153.751009.41
Hex0301B6402C519a649
Octal0603314405412123214411
Binary0110000110111100100010110010100011001101011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00301B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00301B; }

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

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

<style>
 a { background-color: #00301B; }

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

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

<style>
 span { border-color: #00301B; }

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

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