#03241E

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

Shades of Dark Green #03241E

Tints of Dark Green #03241E

Color information

#03241E (or 0x03241E) is unknown color: approx Dark Green. HEX triplet: 03, 24 and 1E. RGB value is (3,36,30). Sum of RGB (Red+Green+Blue) = 3+36+30=69 (9% of max value = 765). Red value is 3 (1.56% from 255 or 4.35% from 69); Green value is 36 (14.45% from 255 or 52.17% from 69); Blue value is 30 (12.11% from 255 or 43.48% from 69); Max value from RGB is 36 - color contains mainly: green. Hex color #03241E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03241E is #FCDBE1. Grayscale: #191919. Windows color (decimal): -16571362 or 1975299. OLE color: 1975299.

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

Color convert

RGB33630-
CMYK0.9200.170.86
HSL169.09º84.62%7.65%-
HSV(B)169.09º91.67%14.12%-
XYZ0.91.371.45-
YUV25.45130.57111.99-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 4.35%
GREEN value IS 36 (14.45% from 255) = 52.17%
BLUE value IS 30 (12.11% from 255) = 43.48%
R=4.35%
G=52.17%
B=43.48%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal336300.9200.170.86169.0984.627.65
Hex3241E5C01156a9558
Octal3443613402112625112510
Binary1110010011110101110001000110101101010100110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03241E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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