#27731D

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

Shades of Japanese Laurel #27731D

Tints of Japanese Laurel #27731D

Color information

#27731D (or 0x27731D) is unknown color: approx Japanese Laurel. HEX triplet: 27, 73 and 1D. RGB value is (39,115,29). Sum of RGB (Red+Green+Blue) = 39+115+29=183 (24% of max value = 765). Red value is 39 (15.62% from 255 or 21.31% from 183); Green value is 115 (45.31% from 255 or 62.84% from 183); Blue value is 29 (11.72% from 255 or 15.85% from 183); Max value from RGB is 115 - color contains mainly: green. Hex color #27731D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #27731D is #D88CE2. Grayscale: #525252. Windows color (decimal): -14191843 or 1930023. OLE color: 1930023.

HSL color Cylindrical-coordinate representation of color #27731D: hue angle of 113.02º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #27731D is Cyan = 0.66, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.55.

Color convert

RGB3911529-
CMYK0.6600.750.55
HSL113.02º59.72%28.24%-
HSV(B)113.02º74.78%45.1%-
XYZ7.1912.783.25-
YUV82.4797.8296.99-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 21.31%
GREEN value IS 115 (45.31% from 255) = 62.84%
BLUE value IS 29 (11.72% from 255) = 15.85%
R=21.31%
G=62.84%
B=15.85%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal39115290.6600.750.55113.0259.7228.24
Hex27731D4204B37713c1c
Octal47163351020113671617434
Binary100111111001111101100001001001011110111111000111110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27731D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,115,29); }

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

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

 a { background-color: rgb(39,115,29); }

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

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

 span { border-color: rgb(39,115,29); }

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