#03251E

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

Shades of Dark Green #03251E

Tints of Dark Green #03251E

Color information

#03251E (or 0x03251E) is unknown color: approx Dark Green. HEX triplet: 03, 25 and 1E. RGB value is (3,37,30). Sum of RGB (Red+Green+Blue) = 3+37+30=70 (9% of max value = 765). Red value is 3 (1.56% from 255 or 4.29% from 70); Green value is 37 (14.84% from 255 or 52.86% from 70); Blue value is 30 (12.11% from 255 or 42.86% from 70); Max value from RGB is 37 - color contains mainly: green. Hex color #03251E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03251E is #FCDAE1. Grayscale: #1A1A1A. Windows color (decimal): -16571106 or 1975555. OLE color: 1975555.

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

Color convert

RGB33730-
CMYK0.9200.190.85
HSL167.65º85%7.84%-
HSV(B)167.65º91.89%14.51%-
XYZ0.931.441.46-
YUV26.04130.24111.57-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 4.29%
GREEN value IS 37 (14.84% from 255) = 52.86%
BLUE value IS 30 (12.11% from 255) = 42.86%
R=4.29%
G=52.86%
B=42.86%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal337300.9200.190.85167.65857.84
Hex3251E5C01355a8558
Octal3453613402312525012510
Binary1110010111110101110001001110101011010100010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03251E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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