#03241F

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

Shades of Dark Green #03241F

Tints of Dark Green #03241F

Color information

#03241F (or 0x03241F) is unknown color: approx Dark Green. HEX triplet: 03, 24 and 1F. RGB value is (3,36,31). Sum of RGB (Red+Green+Blue) = 3+36+31=70 (9% of max value = 765). Red value is 3 (1.56% from 255 or 4.29% from 70); Green value is 36 (14.45% from 255 or 51.43% from 70); Blue value is 31 (12.5% from 255 or 44.29% from 70); Max value from RGB is 36 - color contains mainly: green. Hex color #03241F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03241F is #FCDBE0. Grayscale: #191919. Windows color (decimal): -16571361 or 2040835. OLE color: 2040835.

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

Color convert

RGB33631-
CMYK0.9200.140.86
HSL170.91º84.62%7.65%-
HSV(B)170.91º91.67%14.12%-
XYZ0.921.381.51-
YUV25.56131.07111.91-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 4.29%
GREEN value IS 36 (14.45% from 255) = 51.43%
BLUE value IS 31 (12.5% from 255) = 44.29%
R=4.29%
G=51.43%
B=44.29%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal336310.9200.140.86170.9184.627.65
Hex3241F5C0E56ab558
Octal3443713401612625312510
Binary111001001111110111000111010101101010101110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03241F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03241F; }

 p { color: rgb(3,36,31); }

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

<style>
 a { background-color: #03241F; }

 a { background-color: rgb(3,36,31); }

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

<style>
 span { border-color: #03241F; }

 span { border-color: rgb(3,36,31); }

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