#27843D

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

Shades of Japanese Laurel #27843D

Tints of Japanese Laurel #27843D

Color information

#27843D (or 0x27843D) is unknown color: approx Japanese Laurel. HEX triplet: 27, 84 and 3D. RGB value is (39,132,61). Sum of RGB (Red+Green+Blue) = 39+132+61=232 (30% of max value = 765). Red value is 39 (15.62% from 255 or 16.81% from 232); Green value is 132 (51.95% from 255 or 56.90% from 232); Blue value is 61 (24.22% from 255 or 26.29% from 232); Max value from RGB is 132 - color contains mainly: green. Hex color #27843D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #27843D is #D87BC2. Grayscale: #606060. Windows color (decimal): -14187459 or 4031527. OLE color: 4031527.

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

Color convert

RGB3913261-
CMYK0.7000.540.48
HSL134.19º54.39%33.53%-
HSV(B)134.19º70.45%51.76%-
XYZ9.9317.277.23-
YUV96.1108.1987.27-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 16.81%
GREEN value IS 132 (51.95% from 255) = 56.90%
BLUE value IS 61 (24.22% from 255) = 26.29%
R=16.81%
G=56.90%
B=26.29%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal39132610.7000.540.48134.1954.3933.53
Hex27843D4603630863622
Octal4720475106066602066642
Binary100111100001001111011000110011011011000010000110110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27843D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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