#338F1D

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

Shades of La Palma #338F1D

Tints of La Palma #338F1D

Color information

#338F1D (or 0x338F1D) is unknown color: approx La Palma. HEX triplet: 33, 8F and 1D. RGB value is (51,143,29). Sum of RGB (Red+Green+Blue) = 51+143+29=223 (29% of max value = 765). Red value is 51 (20.31% from 255 or 22.87% from 223); Green value is 143 (56.25% from 255 or 64.13% from 223); Blue value is 29 (11.72% from 255 or 13.00% from 223); Max value from RGB is 143 - color contains mainly: green. Hex color #338F1D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #338F1D is #CC70E2. Grayscale: #666666. Windows color (decimal): -13398243 or 1937203. OLE color: 1937203.

HSL color Cylindrical-coordinate representation of color #338F1D: hue angle of 108.42º degrees, saturation: 0.66, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #338F1D is Cyan = 0.64, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.44.

Color convert

RGB5114329-
CMYK0.6400.800.44
HSL108.42º66.28%33.73%-
HSV(B)108.42º79.72%56.08%-
XYZ11.4120.444.51-
YUV102.586.5291.27-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 22.87%
GREEN value IS 143 (56.25% from 255) = 64.13%
BLUE value IS 29 (11.72% from 255) = 13.00%
R=22.87%
G=64.13%
B=13.00%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal51143290.6400.800.44108.4266.2833.73
Hex338F1D400502C6c4222
Octal632173510001205415410242
Binary110011100011111110110000000101000010110011011001000010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #338F1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,143,29); }

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

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

 a { background-color: rgb(51,143,29); }

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

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

 span { border-color: rgb(51,143,29); }

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