#031E0A

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

Shades of Dark Green #031E0A

Tints of Dark Green #031E0A

Color information

#031E0A (or 0x031E0A) is unknown color: approx Dark Green. HEX triplet: 03, 1E and 0A. RGB value is (3,30,10). Sum of RGB (Red+Green+Blue) = 3+30+10=43 (5% of max value = 765). Red value is 3 (1.56% from 255 or 6.98% from 43); Green value is 30 (12.11% from 255 or 69.77% from 43); Blue value is 10 (4.30% from 255 or 23.26% from 43); Max value from RGB is 30 - color contains mainly: green. Hex color #031E0A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #031E0A is #FCE1F5. Grayscale: #131313. Windows color (decimal): -16572918 or 663043. OLE color: 663043.

HSL color Cylindrical-coordinate representation of color #031E0A: hue angle of 135.56º degrees, saturation: 0.82, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #031E0A is Cyan = 0.90, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.88.

Color convert

RGB33010-
CMYK0.9000.670.88
HSL135.56º81.82%6.47%-
HSV(B)135.56º90%11.76%-
XYZ0.560.970.45-
YUV19.65122.55116.13-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 6.98%
GREEN value IS 30 (12.11% from 255) = 69.77%
BLUE value IS 10 (4.30% from 255) = 23.26%
R=6.98%
G=69.77%
B=23.26%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal330100.9000.670.88135.5681.826.47
Hex31EA5A0435888526
Octal3361213201031302101226
Binary111111010101011010010000111011000100010001010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031E0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031E0A; }

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

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

<style>
 a { background-color: #031E0A; }

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

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

<style>
 span { border-color: #031E0A; }

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

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