#27782F

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

Shades of Japanese Laurel #27782F

Tints of Japanese Laurel #27782F

Color information

#27782F (or 0x27782F) is unknown color: approx Japanese Laurel. HEX triplet: 27, 78 and 2F. RGB value is (39,120,47). Sum of RGB (Red+Green+Blue) = 39+120+47=206 (27% of max value = 765). Red value is 39 (15.62% from 255 or 18.93% from 206); Green value is 120 (47.27% from 255 or 58.25% from 206); Blue value is 47 (18.75% from 255 or 22.82% from 206); Max value from RGB is 120 - color contains mainly: green. Hex color #27782F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #27782F is #D887D0. Grayscale: #575757. Windows color (decimal): -14190545 or 3110951. OLE color: 3110951.

HSL color Cylindrical-coordinate representation of color #27782F: hue angle of 125.93º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #27782F is Cyan = 0.67, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.53.

Color convert

RGB3912047-
CMYK0.6700.610.53
HSL125.93º50.94%31.18%-
HSV(B)125.93º67.5%47.06%-
XYZ8.0714.074.98-
YUV87.46105.1693.44-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 18.93%
GREEN value IS 120 (47.27% from 255) = 58.25%
BLUE value IS 47 (18.75% from 255) = 22.82%
R=18.93%
G=58.25%
B=22.82%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal39120470.6700.610.53125.9350.9431.18
Hex27782F4303D357e331f
Octal4717057103075651766337
Binary100111111100010111110000110111101110101111111011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27782F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,120,47); }

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

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

 a { background-color: rgb(39,120,47); }

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

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

 span { border-color: rgb(39,120,47); }

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