#05302B

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

Shades of Dark Green #05302B

Tints of Dark Green #05302B

Color information

#05302B (or 0x05302B) is unknown color: approx Dark Green. HEX triplet: 05, 30 and 2B. RGB value is (5,48,43). Sum of RGB (Red+Green+Blue) = 5+48+43=96 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.21% from 96); Green value is 48 (19.14% from 255 or 50% from 96); Blue value is 43 (17.19% from 255 or 44.79% from 96); Max value from RGB is 48 - color contains mainly: green. Hex color #05302B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05302B is #FACFD4. Grayscale: #222222. Windows color (decimal): -16437205 or 2830341. OLE color: 2830341.

HSL color Cylindrical-coordinate representation of color #05302B: hue angle of 173.02º degrees, saturation: 0.81, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #05302B is Cyan = 0.90, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.81.

Color convert

RGB54843-
CMYK0.9000.100.81
HSL173.02º81.13%10.39%-
HSV(B)173.02º89.58%18.82%-
XYZ1.562.322.65-
YUV34.57132.75106.91-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.21%
GREEN value IS 48 (19.14% from 255) = 50%
BLUE value IS 43 (17.19% from 255) = 44.79%
R=5.21%
G=50%
B=44.79%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal548430.9000.100.81173.0281.1310.39
Hex5302B5A0A51ad51a
Octal5605313201212125512112
Binary10111000010101110110100101010100011010110110100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05302B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,48,43); }

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

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

 a { background-color: rgb(5,48,43); }

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

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

 span { border-color: rgb(5,48,43); }

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