#27873F

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

Shades of Japanese Laurel #27873F

Tints of Japanese Laurel #27873F

Color information

#27873F (or 0x27873F) is unknown color: approx Japanese Laurel. HEX triplet: 27, 87 and 3F. RGB value is (39,135,63). Sum of RGB (Red+Green+Blue) = 39+135+63=237 (31% of max value = 765). Red value is 39 (15.62% from 255 or 16.46% from 237); Green value is 135 (53.12% from 255 or 56.96% from 237); Blue value is 63 (25% from 255 or 26.58% from 237); Max value from RGB is 135 - color contains mainly: green. Hex color #27873F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #27873F is #D878C0. Grayscale: #626262. Windows color (decimal): -14186689 or 4163367. OLE color: 4163367.

HSL color Cylindrical-coordinate representation of color #27873F: hue angle of 135º degrees, saturation: 0.55, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #27873F is Cyan = 0.71, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.47.

Color convert

RGB3913563-
CMYK0.7100.530.47
HSL135º55.17%34.12%-
HSV(B)135º71.11%52.94%-
XYZ10.418.127.65-
YUV98.09108.285.85-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 16.46%
GREEN value IS 135 (53.12% from 255) = 56.96%
BLUE value IS 63 (25% from 255) = 26.58%
R=16.46%
G=56.96%
B=26.58%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal39135630.7100.530.4713555.1734.12
Hex27873F470352F873722
Octal4720777107065572076742
Binary100111100001111111111000111011010110111110000111110111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27873F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,135,63); }

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

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

 a { background-color: rgb(39,135,63); }

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

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

 span { border-color: rgb(39,135,63); }

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