#27803D

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

Shades of Japanese Laurel #27803D

Tints of Japanese Laurel #27803D

Color information

#27803D (or 0x27803D) is unknown color: approx Japanese Laurel. HEX triplet: 27, 80 and 3D. RGB value is (39,128,61). Sum of RGB (Red+Green+Blue) = 39+128+61=228 (30% of max value = 765). Red value is 39 (15.62% from 255 or 17.11% from 228); Green value is 128 (50.39% from 255 or 56.14% from 228); Blue value is 61 (24.22% from 255 or 26.75% from 228); Max value from RGB is 128 - color contains mainly: green. Hex color #27803D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #27803D is #D87FC2. Grayscale: #5D5D5D. Windows color (decimal): -14188483 or 4030503. OLE color: 4030503.

HSL color Cylindrical-coordinate representation of color #27803D: hue angle of 134.83º 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 #27803D is Cyan = 0.70, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.50.

Color convert

RGB3912861-
CMYK0.7000.520.50
HSL134.83º53.29%32.75%-
HSV(B)134.83º69.53%50.2%-
XYZ9.416.217.05-
YUV93.75109.5188.95-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 17.11%
GREEN value IS 128 (50.39% from 255) = 56.14%
BLUE value IS 61 (24.22% from 255) = 26.75%
R=17.11%
G=56.14%
B=26.75%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal39128610.7000.520.50134.8353.2932.75
Hex27803D4603432873521
Octal4720075106064622076541
Binary100111100000001111011000110011010011001010000111110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27803D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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