#05261D

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

Shades of Dark Green #05261D

Tints of Dark Green #05261D

Color information

#05261D (or 0x05261D) is unknown color: approx Dark Green. HEX triplet: 05, 26 and 1D. RGB value is (5,38,29). Sum of RGB (Red+Green+Blue) = 5+38+29=72 (9% of max value = 765). Red value is 5 (2.34% from 255 or 6.94% from 72); Green value is 38 (15.23% from 255 or 52.78% from 72); Blue value is 29 (11.72% from 255 or 40.28% from 72); Max value from RGB is 38 - color contains mainly: green. Hex color #05261D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05261D is #FAD9E2. Grayscale: #1B1B1B. Windows color (decimal): -16439779 or 1910277. OLE color: 1910277.

HSL color Cylindrical-coordinate representation of color #05261D: hue angle of 163.64º degrees, saturation: 0.77, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #05261D is Cyan = 0.87, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.85.

Color convert

RGB53829-
CMYK0.8700.240.85
HSL163.64º76.74%8.43%-
HSV(B)163.64º86.84%14.9%-
XYZ0.981.511.4-
YUV27.11129.07112.23-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 6.94%
GREEN value IS 38 (15.23% from 255) = 52.78%
BLUE value IS 29 (11.72% from 255) = 40.28%
R=6.94%
G=52.78%
B=40.28%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal538290.8700.240.85163.6476.748.43
Hex5261D5701855a44d8
Octal5463512703012524411510
Binary10110011011101101011101100010101011010010010011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05261D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05261D; }

 p { color: rgb(5,38,29); }

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

<style>
 a { background-color: #05261D; }

 a { background-color: rgb(5,38,29); }

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

<style>
 span { border-color: #05261D; }

 span { border-color: rgb(5,38,29); }

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