#05301A

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

Shades of Dark Green #05301A

Tints of Dark Green #05301A

Color information

#05301A (or 0x05301A) is unknown color: approx Dark Green. HEX triplet: 05, 30 and 1A. RGB value is (5,48,26). Sum of RGB (Red+Green+Blue) = 5+48+26=79 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.33% from 79); Green value is 48 (19.14% from 255 or 60.76% from 79); Blue value is 26 (10.55% from 255 or 32.91% from 79); Max value from RGB is 48 - color contains mainly: green. Hex color #05301A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05301A is #FACFE5. Grayscale: #202020. Windows color (decimal): -16437222 or 1716229. OLE color: 1716229.

HSL color Cylindrical-coordinate representation of color #05301A: hue angle of 149.3º 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 #05301A is Cyan = 0.90, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.81.

Color convert

RGB54826-
CMYK0.9000.460.81
HSL149.3º81.13%10.39%-
HSV(B)149.3º89.58%18.82%-
XYZ1.312.221.34-
YUV32.64124.25108.29-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 6.33%
GREEN value IS 48 (19.14% from 255) = 60.76%
BLUE value IS 26 (10.55% from 255) = 32.91%
R=6.33%
G=60.76%
B=32.91%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal548260.9000.460.81149.381.1310.39
Hex5301A5A02E519551a
Octal5603213205612122512112
Binary101110000110101011010010111010100011001010110100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05301A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05301A; }

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

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

<style>
 a { background-color: #05301A; }

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

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

<style>
 span { border-color: #05301A; }

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

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