#2A782D

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

Shades of Japanese Laurel #2A782D

Tints of Japanese Laurel #2A782D

Color information

#2A782D (or 0x2A782D) is unknown color: approx Japanese Laurel. HEX triplet: 2A, 78 and 2D. RGB value is (42,120,45). Sum of RGB (Red+Green+Blue) = 42+120+45=207 (27% of max value = 765). Red value is 42 (16.80% from 255 or 20.29% from 207); Green value is 120 (47.27% from 255 or 57.97% from 207); Blue value is 45 (17.97% from 255 or 21.74% from 207); Max value from RGB is 120 - color contains mainly: green. Hex color #2A782D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A782D is #D587D2. Grayscale: #585858. Windows color (decimal): -13993939 or 2979882. OLE color: 2979882.

HSL color Cylindrical-coordinate representation of color #2A782D: hue angle of 122.31º degrees, saturation: 0.48, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2A782D is Cyan = 0.65, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.53.

Color convert

RGB4212045-
CMYK0.6500.630.53
HSL122.31º48.15%31.76%-
HSV(B)122.31º65%47.06%-
XYZ8.1414.114.78-
YUV88.13103.6695.1-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 20.29%
GREEN value IS 120 (47.27% from 255) = 57.97%
BLUE value IS 45 (17.97% from 255) = 21.74%
R=20.29%
G=57.97%
B=21.74%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal42120450.6500.630.53122.3148.1531.76
Hex2A782D4103F357a3020
Octal5217055101077651726040
Binary1010101111000101101100000101111111101011111010110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A782D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2A782D; }

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

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

<style>
 a { background-color: #2A782D; }

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

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

<style>
 span { border-color: #2A782D; }

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

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