#03250E

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

Shades of Dark Green #03250E

Tints of Dark Green #03250E

Color information

#03250E (or 0x03250E) is unknown color: approx Dark Green. HEX triplet: 03, 25 and 0E. RGB value is (3,37,14). Sum of RGB (Red+Green+Blue) = 3+37+14=54 (7% of max value = 765). Red value is 3 (1.56% from 255 or 5.56% from 54); Green value is 37 (14.84% from 255 or 68.52% from 54); Blue value is 14 (5.86% from 255 or 25.93% from 54); Max value from RGB is 37 - color contains mainly: green. Hex color #03250E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #03250E is #FCDAF1. Grayscale: #181818. Windows color (decimal): -16571122 or 926979. OLE color: 926979.

HSL color Cylindrical-coordinate representation of color #03250E: hue angle of 139.41º 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 #03250E is Cyan = 0.92, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.85.

Color convert

RGB33714-
CMYK0.9200.620.85
HSL139.41º85%7.84%-
HSV(B)139.41º91.89%14.51%-
XYZ0.781.370.64-
YUV24.21122.24112.87-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 5.56%
GREEN value IS 37 (14.84% from 255) = 68.52%
BLUE value IS 14 (5.86% from 255) = 25.93%
R=5.56%
G=68.52%
B=25.93%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal337140.9200.620.85139.41857.84
Hex325E5C03E558b558
Octal3451613407612521312510
Binary1110010111101011100011111010101011000101110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03250E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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