#03281B

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

Shades of Dark Green #03281B

Tints of Dark Green #03281B

Color information

#03281B (or 0x03281B) is unknown color: approx Dark Green. HEX triplet: 03, 28 and 1B. RGB value is (3,40,27). Sum of RGB (Red+Green+Blue) = 3+40+27=70 (9% of max value = 765). Red value is 3 (1.56% from 255 or 4.29% from 70); Green value is 40 (16.02% from 255 or 57.14% from 70); Blue value is 27 (10.94% from 255 or 38.57% from 70); Max value from RGB is 40 - color contains mainly: green. Hex color #03281B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03281B is #FCD7E4. Grayscale: #1B1B1B. Windows color (decimal): -16570341 or 1779715. OLE color: 1779715.

HSL color Cylindrical-coordinate representation of color #03281B: hue angle of 158.92º degrees, saturation: 0.86, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #03281B is Cyan = 0.93, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.84.

Color convert

RGB34027-
CMYK0.9300.330.84
HSL158.92º86.05%8.43%-
HSV(B)158.92º92.5%15.69%-
XYZ0.991.621.3-
YUV27.45127.74110.56-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 4.29%
GREEN value IS 40 (16.02% from 255) = 57.14%
BLUE value IS 27 (10.94% from 255) = 38.57%
R=4.29%
G=57.14%
B=38.57%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal340270.9300.330.84158.9286.058.43
Hex3281B5D021549f568
Octal3503313504112423712610
Binary11101000110111011101010000110101001001111110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03281B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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