#27853D

Color #27853D Japanese Laurel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Japanese Laurel #27853D

Tints of Japanese Laurel #27853D

Color information

#27853D (or 0x27853D) is unknown color: approx Japanese Laurel. HEX triplet: 27, 85 and 3D. RGB value is (39,133,61). Sum of RGB (Red+Green+Blue) = 39+133+61=233 (30% of max value = 765). Red value is 39 (15.62% from 255 or 16.74% from 233); Green value is 133 (52.34% from 255 or 57.08% from 233); Blue value is 61 (24.22% from 255 or 26.18% from 233); Max value from RGB is 133 - color contains mainly: green. Hex color #27853D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #27853D is #D87AC2. Grayscale: #606060. Windows color (decimal): -14187203 or 4031783. OLE color: 4031783.

HSL color Cylindrical-coordinate representation of color #27853D: hue angle of 134.04º degrees, saturation: 0.55, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #27853D is Cyan = 0.71, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.48.

Color convert

RGB3913361-
CMYK0.7100.540.48
HSL134.04º54.65%33.73%-
HSV(B)134.04º70.68%52.16%-
XYZ10.0717.547.27-
YUV96.69107.8686.85-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 16.74%
GREEN value IS 133 (52.34% from 255) = 57.08%
BLUE value IS 61 (24.22% from 255) = 26.18%
R=16.74%
G=57.08%
B=26.18%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal39133610.7100.540.48134.0454.6533.73
Hex27853D4703630863722
Octal4720575107066602066742
Binary100111100001011111011000111011011011000010000110110111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27853D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27853D; }

 p { color: rgb(39,133,61); }

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

<style>
 a { background-color: #27853D; }

 a { background-color: rgb(39,133,61); }

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

<style>
 span { border-color: #27853D; }

 span { border-color: rgb(39,133,61); }

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