#27782B

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

Shades of Japanese Laurel #27782B

Tints of Japanese Laurel #27782B

Color information

#27782B (or 0x27782B) is unknown color: approx Japanese Laurel. HEX triplet: 27, 78 and 2B. RGB value is (39,120,43). Sum of RGB (Red+Green+Blue) = 39+120+43=202 (26% of max value = 765). Red value is 39 (15.62% from 255 or 19.31% from 202); Green value is 120 (47.27% from 255 or 59.41% from 202); Blue value is 43 (17.19% from 255 or 21.29% from 202); Max value from RGB is 120 - color contains mainly: green. Hex color #27782B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #27782B is #D887D4. Grayscale: #575757. Windows color (decimal): -14190549 or 2848807. OLE color: 2848807.

HSL color Cylindrical-coordinate representation of color #27782B: hue angle of 122.96º 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 #27782B is Cyan = 0.67, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.53.

Color convert

RGB3912043-
CMYK0.6700.640.53
HSL122.96º50.94%31.18%-
HSV(B)122.96º67.5%47.06%-
XYZ7.9914.044.57-
YUV87103.1693.76-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 19.31%
GREEN value IS 120 (47.27% from 255) = 59.41%
BLUE value IS 43 (17.19% from 255) = 21.29%
R=19.31%
G=59.41%
B=21.29%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal39120430.6700.640.53122.9650.9431.18
Hex27782B43040357b331f
Octal47170531030100651736337
Binary1001111111000101011100001101000000110101111101111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27782B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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