#05301B

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

Shades of Dark Green #05301B

Tints of Dark Green #05301B

Color information

#05301B (or 0x05301B) is unknown color: approx Dark Green. HEX triplet: 05, 30 and 1B. RGB value is (5,48,27). Sum of RGB (Red+Green+Blue) = 5+48+27=80 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.25% from 80); Green value is 48 (19.14% from 255 or 60% from 80); Blue value is 27 (10.94% from 255 or 33.75% from 80); Max value from RGB is 48 - color contains mainly: green. Hex color #05301B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05301B is #FACFE4. Grayscale: #202020. Windows color (decimal): -16437221 or 1781765. OLE color: 1781765.

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

Color convert

RGB54827-
CMYK0.9000.440.81
HSL150.7º81.13%10.39%-
HSV(B)150.7º89.58%18.82%-
XYZ1.322.231.4-
YUV32.75124.75108.21-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 6.25%
GREEN value IS 48 (19.14% from 255) = 60%
BLUE value IS 27 (10.94% from 255) = 33.75%
R=6.25%
G=60%
B=33.75%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal548270.9000.440.81150.781.1310.39
Hex5301B5A02C519751a
Octal5603313205412122712112
Binary101110000110111011010010110010100011001011110100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05301B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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