#05250F

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

Shades of Dark Green #05250F

Tints of Dark Green #05250F

Color information

#05250F (or 0x05250F) is unknown color: approx Dark Green. HEX triplet: 05, 25 and 0F. RGB value is (5,37,15). Sum of RGB (Red+Green+Blue) = 5+37+15=57 (7% of max value = 765). Red value is 5 (2.34% from 255 or 8.77% from 57); Green value is 37 (14.84% from 255 or 64.91% from 57); Blue value is 15 (6.25% from 255 or 26.32% from 57); Max value from RGB is 37 - color contains mainly: green. Hex color #05250F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #05250F is #FADAF0. Grayscale: #181818. Windows color (decimal): -16440049 or 992517. OLE color: 992517.

HSL color Cylindrical-coordinate representation of color #05250F: hue angle of 138.75º 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 #05250F is Cyan = 0.86, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.85.

Color convert

RGB53715-
CMYK0.8600.590.85
HSL138.75º76.19%8.24%-
HSV(B)138.75º86.49%14.51%-
XYZ0.811.390.68-
YUV24.92122.4113.79-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 8.77%
GREEN value IS 37 (14.84% from 255) = 64.91%
BLUE value IS 15 (6.25% from 255) = 26.32%
R=8.77%
G=64.91%
B=26.32%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal537150.8600.590.85138.7576.198.24
Hex525F5603B558b4c8
Octal5451712607312521311410
Binary10110010111111010110011101110101011000101110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05250F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05250F; }

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

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

<style>
 a { background-color: #05250F; }

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

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

<style>
 span { border-color: #05250F; }

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

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