#31980E

Color #31980E La Palma (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of La Palma #31980E

Tints of La Palma #31980E

Color information

#31980E (or 0x31980E) is unknown color: approx La Palma. HEX triplet: 31, 98 and 0E. RGB value is (49,152,14). Sum of RGB (Red+Green+Blue) = 49+152+14=215 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.79% from 215); Green value is 152 (59.77% from 255 or 70.70% from 215); Blue value is 14 (5.86% from 255 or 6.51% from 215); Max value from RGB is 152 - color contains mainly: green. Hex color #31980E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #31980E is #CE67F1. Grayscale: #696969. Windows color (decimal): -13527026 or 956465. OLE color: 956465.

HSL color Cylindrical-coordinate representation of color #31980E: hue angle of 104.78º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #31980E is Cyan = 0.68, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.40.

Color convert

RGB4915214-
CMYK0.6800.910.40
HSL104.78º83.13%32.55%-
HSV(B)104.78º90.79%59.61%-
XYZ12.5723.144.22-
YUV105.4776.3887.72-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 22.79%
GREEN value IS 152 (59.77% from 255) = 70.70%
BLUE value IS 14 (5.86% from 255) = 6.51%
R=22.79%
G=70.70%
B=6.51%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal49152140.6800.910.40104.7883.1332.55
Hex3198E4405B28695321
Octal612301610401335015112341
Binary11000110011000111010001000101101110100011010011010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31980E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,152,14); }

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

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

 a { background-color: rgb(49,152,14); }

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

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

 span { border-color: rgb(49,152,14); }

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