#03250C

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

Shades of Dark Green #03250C

Tints of Dark Green #03250C

Color information

#03250C (or 0x03250C) is unknown color: approx Dark Green. HEX triplet: 03, 25 and 0C. RGB value is (3,37,12). Sum of RGB (Red+Green+Blue) = 3+37+12=52 (6% of max value = 765). Red value is 3 (1.56% from 255 or 5.77% from 52); Green value is 37 (14.84% from 255 or 71.15% from 52); Blue value is 12 (5.08% from 255 or 23.08% from 52); Max value from RGB is 37 - color contains mainly: green. Hex color #03250C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #03250C is #FCDAF3. Grayscale: #181818. Windows color (decimal): -16571124 or 795907. OLE color: 795907.

HSL color Cylindrical-coordinate representation of color #03250C: hue angle of 135.88º degrees, saturation: 0.85, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #03250C is Cyan = 0.92, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.85.

Color convert

RGB33712-
CMYK0.9200.680.85
HSL135.88º85%7.84%-
HSV(B)135.88º91.89%14.51%-
XYZ0.771.370.57-
YUV23.98121.24113.03-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 5.77%
GREEN value IS 37 (14.84% from 255) = 71.15%
BLUE value IS 12 (5.08% from 255) = 23.08%
R=5.77%
G=71.15%
B=23.08%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal337120.9200.680.85135.88857.84
Hex325C5C0445588558
Octal34514134010412521012510
Binary11100101110010111000100010010101011000100010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03250C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03250C; }

 p { color: rgb(3,37,12); }

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

<style>
 a { background-color: #03250C; }

 a { background-color: rgb(3,37,12); }

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

<style>
 span { border-color: #03250C; }

 span { border-color: rgb(3,37,12); }

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