#27782A

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

Shades of Japanese Laurel #27782A

Tints of Japanese Laurel #27782A

Color information

#27782A (or 0x27782A) is unknown color: approx Japanese Laurel. HEX triplet: 27, 78 and 2A. RGB value is (39,120,42). Sum of RGB (Red+Green+Blue) = 39+120+42=201 (26% of max value = 765). Red value is 39 (15.62% from 255 or 19.40% from 201); Green value is 120 (47.27% from 255 or 59.70% from 201); Blue value is 42 (16.80% from 255 or 20.90% from 201); Max value from RGB is 120 - color contains mainly: green. Hex color #27782A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #27782A is #D887D5. Grayscale: #575757. Windows color (decimal): -14190550 or 2783271. OLE color: 2783271.

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

Color convert

RGB3912042-
CMYK0.6700.650.53
HSL122.22º50.94%31.18%-
HSV(B)122.22º67.5%47.06%-
XYZ7.9714.034.48-
YUV86.89102.6693.84-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 19.40%
GREEN value IS 120 (47.27% from 255) = 59.70%
BLUE value IS 42 (16.80% from 255) = 20.90%
R=19.40%
G=59.70%
B=20.90%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal39120420.6700.650.53122.2250.9431.18
Hex27782A43041357a331f
Octal47170521030101651726337
Binary1001111111000101010100001101000001110101111101011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27782A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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