#388C2F

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

Shades of La Palma #388C2F

Tints of La Palma #388C2F

Color information

#388C2F (or 0x388C2F) is unknown color: approx La Palma. HEX triplet: 38, 8C and 2F. RGB value is (56,140,47). Sum of RGB (Red+Green+Blue) = 56+140+47=243 (32% of max value = 765). Red value is 56 (22.27% from 255 or 23.05% from 243); Green value is 140 (55.08% from 255 or 57.61% from 243); Blue value is 47 (18.75% from 255 or 19.34% from 243); Max value from RGB is 140 - color contains mainly: green. Hex color #388C2F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #388C2F is #C773D0. Grayscale: #686868. Windows color (decimal): -13071313 or 3116088. OLE color: 3116088.

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

Color convert

RGB5614047-
CMYK0.600.660.45
HSL114.19º49.73%36.67%-
HSV(B)114.19º66.43%54.9%-
XYZ11.5219.85.9-
YUV104.2895.6793.56-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 23.05%
GREEN value IS 140 (55.08% from 255) = 57.61%
BLUE value IS 47 (18.75% from 255) = 19.34%
R=23.05%
G=57.61%
B=19.34%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal56140470.600.660.45114.1949.7336.67
Hex388C2F3C0422D723225
Octal7021457740102551626245
Binary11100010001100101111111100010000101011011110010110010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388C2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #388C2F; }

 p { color: rgb(56,140,47); }

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

<style>
 a { background-color: #388C2F; }

 a { background-color: rgb(56,140,47); }

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

<style>
 span { border-color: #388C2F; }

 span { border-color: rgb(56,140,47); }

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