#03251B

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

Shades of Dark Green #03251B

Tints of Dark Green #03251B

Color information

#03251B (or 0x03251B) is unknown color: approx Dark Green. HEX triplet: 03, 25 and 1B. RGB value is (3,37,27). Sum of RGB (Red+Green+Blue) = 3+37+27=67 (8% of max value = 765). Red value is 3 (1.56% from 255 or 4.48% from 67); Green value is 37 (14.84% from 255 or 55.22% from 67); Blue value is 27 (10.94% from 255 or 40.30% from 67); Max value from RGB is 37 - color contains mainly: green. Hex color #03251B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03251B is #FCDAE4. Grayscale: #191919. Windows color (decimal): -16571109 or 1778947. OLE color: 1778947.

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

Color convert

RGB33727-
CMYK0.9200.270.85
HSL162.35º85%7.84%-
HSV(B)162.35º91.89%14.51%-
XYZ0.91.421.26-
YUV25.69128.74111.81-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 4.48%
GREEN value IS 37 (14.84% from 255) = 55.22%
BLUE value IS 27 (10.94% from 255) = 40.30%
R=4.48%
G=55.22%
B=40.30%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal337270.9200.270.85162.35857.84
Hex3251B5C01B55a2558
Octal3453313403312524212510
Binary1110010111011101110001101110101011010001010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03251B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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