#398D2F

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

Shades of La Palma #398D2F

Tints of La Palma #398D2F

Color information

#398D2F (or 0x398D2F) is unknown color: approx La Palma. HEX triplet: 39, 8D and 2F. RGB value is (57,141,47). Sum of RGB (Red+Green+Blue) = 57+141+47=245 (32% of max value = 765). Red value is 57 (22.66% from 255 or 23.27% from 245); Green value is 141 (55.47% from 255 or 57.55% from 245); Blue value is 47 (18.75% from 255 or 19.18% from 245); Max value from RGB is 141 - color contains mainly: green. Hex color #398D2F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #398D2F is #C672D0. Grayscale: #696969. Windows color (decimal): -13005521 or 3116345. OLE color: 3116345.

HSL color Cylindrical-coordinate representation of color #398D2F: hue angle of 113.62º degrees, saturation: 0.5, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #398D2F is Cyan = 0.60, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.45.

Color convert

RGB5714147-
CMYK0.6000.670.45
HSL113.62º50%36.86%-
HSV(B)113.62º66.67%55.29%-
XYZ11.7320.125.96-
YUV105.1795.1793.64-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 23.27%
GREEN value IS 141 (55.47% from 255) = 57.55%
BLUE value IS 47 (18.75% from 255) = 19.18%
R=23.27%
G=57.55%
B=19.18%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal57141470.6000.670.45113.625036.86
Hex398D2F3C0432D723225
Octal7121557740103551626245
Binary11100110001101101111111100010000111011011110010110010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #398D2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #398D2F; }

 p { color: rgb(57,141,47); }

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

<style>
 a { background-color: #398D2F; }

 a { background-color: rgb(57,141,47); }

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

<style>
 span { border-color: #398D2F; }

 span { border-color: rgb(57,141,47); }

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