#03251C

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

Shades of Dark Green #03251C

Tints of Dark Green #03251C

Color information

#03251C (or 0x03251C) is unknown color: approx Dark Green. HEX triplet: 03, 25 and 1C. RGB value is (3,37,28). Sum of RGB (Red+Green+Blue) = 3+37+28=68 (9% of max value = 765). Red value is 3 (1.56% from 255 or 4.41% from 68); Green value is 37 (14.84% from 255 or 54.41% from 68); Blue value is 28 (11.33% from 255 or 41.18% from 68); Max value from RGB is 37 - color contains mainly: green. Hex color #03251C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03251C is #FCDAE3. Grayscale: #191919. Windows color (decimal): -16571108 or 1844483. OLE color: 1844483.

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

Color convert

RGB33728-
CMYK0.9200.240.85
HSL164.12º85%7.84%-
HSV(B)164.12º91.89%14.51%-
XYZ0.911.431.33-
YUV25.81129.24111.73-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 4.41%
GREEN value IS 37 (14.84% from 255) = 54.41%
BLUE value IS 28 (11.33% from 255) = 41.18%
R=4.41%
G=54.41%
B=41.18%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal337280.9200.240.85164.12857.84
Hex3251C5C01855a4558
Octal3453413403012524412510
Binary1110010111100101110001100010101011010010010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03251C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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