#338D1F

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

Shades of La Palma #338D1F

Tints of La Palma #338D1F

Color information

#338D1F (or 0x338D1F) is unknown color: approx La Palma. HEX triplet: 33, 8D and 1F. RGB value is (51,141,31). Sum of RGB (Red+Green+Blue) = 51+141+31=223 (29% of max value = 765). Red value is 51 (20.31% from 255 or 22.87% from 223); Green value is 141 (55.47% from 255 or 63.23% from 223); Blue value is 31 (12.5% from 255 or 13.90% from 223); Max value from RGB is 141 - color contains mainly: green. Hex color #338D1F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #338D1F is #CC72E0. Grayscale: #656565. Windows color (decimal): -13398753 or 2067763. OLE color: 2067763.

HSL color Cylindrical-coordinate representation of color #338D1F: hue angle of 109.09º degrees, saturation: 0.64, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #338D1F is Cyan = 0.64, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.45.

Color convert

RGB5114131-
CMYK0.6400.780.45
HSL109.09º63.95%33.73%-
HSV(B)109.09º78.01%55.29%-
XYZ11.1419.854.54-
YUV101.5588.1891.94-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 22.87%
GREEN value IS 141 (55.47% from 255) = 63.23%
BLUE value IS 31 (12.5% from 255) = 13.90%
R=22.87%
G=63.23%
B=13.90%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal51141310.6400.780.45109.0963.9533.73
Hex338D1F4004E2D6d4022
Octal632153710001165515510042
Binary110011100011011111110000000100111010110111011011000000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #338D1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #338D1F; }

 p { color: rgb(51,141,31); }

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

<style>
 a { background-color: #338D1F; }

 a { background-color: rgb(51,141,31); }

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

<style>
 span { border-color: #338D1F; }

 span { border-color: rgb(51,141,31); }

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