#05251E

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

Shades of Dark Green #05251E

Tints of Dark Green #05251E

Color information

#05251E (or 0x05251E) is unknown color: approx Dark Green. HEX triplet: 05, 25 and 1E. RGB value is (5,37,30). Sum of RGB (Red+Green+Blue) = 5+37+30=72 (9% of max value = 765). Red value is 5 (2.34% from 255 or 6.94% from 72); Green value is 37 (14.84% from 255 or 51.39% from 72); Blue value is 30 (12.11% from 255 or 41.67% from 72); Max value from RGB is 37 - color contains mainly: green. Hex color #05251E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05251E is #FADAE1. Grayscale: #1A1A1A. Windows color (decimal): -16440034 or 1975557. OLE color: 1975557.

HSL color Cylindrical-coordinate representation of color #05251E: hue angle of 166.88º degrees, saturation: 0.76, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #05251E is Cyan = 0.86, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.85.

Color convert

RGB53730-
CMYK0.8600.190.85
HSL166.88º76.19%8.24%-
HSV(B)166.88º86.49%14.51%-
XYZ0.961.451.46-
YUV26.63129.9112.57-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 6.94%
GREEN value IS 37 (14.84% from 255) = 51.39%
BLUE value IS 30 (12.11% from 255) = 41.67%
R=6.94%
G=51.39%
B=41.67%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal537300.8600.190.85166.8876.198.24
Hex5251E5601355a74c8
Octal5453612602312524711410
Binary10110010111110101011001001110101011010011110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05251E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05251E; }

 p { color: rgb(5,37,30); }

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

<style>
 a { background-color: #05251E; }

 a { background-color: rgb(5,37,30); }

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

<style>
 span { border-color: #05251E; }

 span { border-color: rgb(5,37,30); }

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