#27382F

Color #27382F Palm Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Palm Green #27382F

Tints of Palm Green #27382F

Color information

#27382F (or 0x27382F) is unknown color: approx Palm Green. HEX triplet: 27, 38 and 2F. RGB value is (39,56,47). Sum of RGB (Red+Green+Blue) = 39+56+47=142 (18% of max value = 765). Red value is 39 (15.62% from 255 or 27.46% from 142); Green value is 56 (22.27% from 255 or 39.44% from 142); Blue value is 47 (18.75% from 255 or 33.10% from 142); Max value from RGB is 56 - color contains mainly: green. Hex color #27382F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27382F is #D8C7D0. Grayscale: #313131. Windows color (decimal): -14206929 or 3094567. OLE color: 3094567.

HSL color Cylindrical-coordinate representation of color #27382F: hue angle of 148.24º degrees, saturation: 0.18, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #27382F is Cyan = 0.30, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.78.

Color convert

RGB395647-
CMYK0.3000.160.78
HSL148.24º17.89%18.63%-
HSV(B)148.24º30.36%21.96%-
XYZ2.763.463.21-
YUV49.89126.37120.23-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 27.46%
GREEN value IS 56 (22.27% from 255) = 39.44%
BLUE value IS 47 (18.75% from 255) = 33.10%
R=27.46%
G=39.44%
B=33.10%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3956470.3000.160.78148.2417.8918.63
Hex27382F1E0104E941213
Octal477057360201162242223
Binary100111111000101111111100100001001110100101001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27382F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27382F; }

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

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

<style>
 a { background-color: #27382F; }

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

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

<style>
 span { border-color: #27382F; }

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

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