#27803C

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

Shades of Japanese Laurel #27803C

Tints of Japanese Laurel #27803C

Color information

#27803C (or 0x27803C) is unknown color: approx Japanese Laurel. HEX triplet: 27, 80 and 3C. RGB value is (39,128,60). Sum of RGB (Red+Green+Blue) = 39+128+60=227 (30% of max value = 765). Red value is 39 (15.62% from 255 or 17.18% from 227); Green value is 128 (50.39% from 255 or 56.39% from 227); Blue value is 60 (23.83% from 255 or 26.43% from 227); Max value from RGB is 128 - color contains mainly: green. Hex color #27803C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #27803C is #D87FC3. Grayscale: #5D5D5D. Windows color (decimal): -14188484 or 3964967. OLE color: 3964967.

HSL color Cylindrical-coordinate representation of color #27803C: hue angle of 134.16º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #27803C is Cyan = 0.70, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.50.

Color convert

RGB3912860-
CMYK0.7000.530.50
HSL134.16º53.29%32.75%-
HSV(B)134.16º69.53%50.2%-
XYZ9.3716.26.91-
YUV93.64109.0189.03-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 17.18%
GREEN value IS 128 (50.39% from 255) = 56.39%
BLUE value IS 60 (23.83% from 255) = 26.43%
R=17.18%
G=56.39%
B=26.43%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal39128600.7000.530.50134.1653.2932.75
Hex27803C4603532863521
Octal4720074106065622066541
Binary100111100000001111001000110011010111001010000110110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27803C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27803C; }

 p { color: rgb(39,128,60); }

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

<style>
 a { background-color: #27803C; }

 a { background-color: rgb(39,128,60); }

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

<style>
 span { border-color: #27803C; }

 span { border-color: rgb(39,128,60); }

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