#27751F

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

Shades of Japanese Laurel #27751F

Tints of Japanese Laurel #27751F

Color information

#27751F (or 0x27751F) is unknown color: approx Japanese Laurel. HEX triplet: 27, 75 and 1F. RGB value is (39,117,31). Sum of RGB (Red+Green+Blue) = 39+117+31=187 (24% of max value = 765). Red value is 39 (15.62% from 255 or 20.86% from 187); Green value is 117 (46.09% from 255 or 62.57% from 187); Blue value is 31 (12.5% from 255 or 16.58% from 187); Max value from RGB is 117 - color contains mainly: green. Hex color #27751F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #27751F is #D88AE0. Grayscale: #545454. Windows color (decimal): -14191329 or 2061607. OLE color: 2061607.

HSL color Cylindrical-coordinate representation of color #27751F: hue angle of 114.42º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #27751F is Cyan = 0.67, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.54.

Color convert

RGB3911731-
CMYK0.6700.740.54
HSL114.42º58.11%29.02%-
HSV(B)114.42º73.5%45.88%-
XYZ7.4513.253.46-
YUV83.8798.1695.99-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 20.86%
GREEN value IS 117 (46.09% from 255) = 62.57%
BLUE value IS 31 (12.5% from 255) = 16.58%
R=20.86%
G=62.57%
B=16.58%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal39117310.6700.740.54114.4258.1129.02
Hex27751F4304A36723a1d
Octal47165371030112661627235
Binary100111111010111111100001101001010110110111001011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27751F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,117,31); }

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

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

 a { background-color: rgb(39,117,31); }

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

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

 span { border-color: rgb(39,117,31); }

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