#389F2D

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

Shades of La Palma #389F2D

Tints of La Palma #389F2D

Color information

#389F2D (or 0x389F2D) is unknown color: approx La Palma. HEX triplet: 38, 9F and 2D. RGB value is (56,159,45). Sum of RGB (Red+Green+Blue) = 56+159+45=260 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.54% from 260); Green value is 159 (62.5% from 255 or 61.15% from 260); Blue value is 45 (17.97% from 255 or 17.31% from 260); Max value from RGB is 159 - color contains mainly: green. Hex color #389F2D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #389F2D is #C760D2. Grayscale: #737373. Windows color (decimal): -13066451 or 2989880. OLE color: 2989880.

HSL color Cylindrical-coordinate representation of color #389F2D: hue angle of 114.21º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #389F2D is Cyan = 0.65, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.38.

Color convert

RGB5615945-
CMYK0.6500.720.38
HSL114.21º55.88%40%-
HSV(B)114.21º71.7%62.35%-
XYZ14.525.836.7-
YUV115.2188.3885.77-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 21.54%
GREEN value IS 159 (62.5% from 255) = 61.15%
BLUE value IS 45 (17.97% from 255) = 17.31%
R=21.54%
G=61.15%
B=17.31%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal56159450.6500.720.38114.2155.8840
Hex389F2D4104826723828
Octal70237551010110461627050
Binary111000100111111011011000001010010001001101110010111000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #389F2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #389F2D; }

 p { color: rgb(56,159,45); }

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

<style>
 a { background-color: #389F2D; }

 a { background-color: rgb(56,159,45); }

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

<style>
 span { border-color: #389F2D; }

 span { border-color: rgb(56,159,45); }

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