#03231E

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

Shades of Dark Green #03231E

Tints of Dark Green #03231E

Color information

#03231E (or 0x03231E) is unknown color: approx Dark Green. HEX triplet: 03, 23 and 1E. RGB value is (3,35,30). Sum of RGB (Red+Green+Blue) = 3+35+30=68 (9% of max value = 765). Red value is 3 (1.56% from 255 or 4.41% from 68); Green value is 35 (14.06% from 255 or 51.47% from 68); Blue value is 30 (12.11% from 255 or 44.12% from 68); Max value from RGB is 35 - color contains mainly: green. Hex color #03231E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03231E is #FCDCE1. Grayscale: #181818. Windows color (decimal): -16571618 or 1975043. OLE color: 1975043.

HSL color Cylindrical-coordinate representation of color #03231E: hue angle of 170.62º degrees, saturation: 0.84, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #03231E is Cyan = 0.91, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.86.

Color convert

RGB33530-
CMYK0.9100.140.86
HSL170.62º84.21%7.45%-
HSV(B)170.62º91.43%13.73%-
XYZ0.871.321.44-
YUV24.86130.9112.41-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 4.41%
GREEN value IS 35 (14.06% from 255) = 51.47%
BLUE value IS 30 (12.11% from 255) = 44.12%
R=4.41%
G=51.47%
B=44.12%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal335300.9100.140.86170.6284.217.45
Hex3231E5B0E56ab547
Octal343361330161262531247
Binary11100011111101011011011101010110101010111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03231E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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