#2D783A

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

Shades of Japanese Laurel #2D783A

Tints of Japanese Laurel #2D783A

Color information

#2D783A (or 0x2D783A) is unknown color: approx Japanese Laurel. HEX triplet: 2D, 78 and 3A. RGB value is (45,120,58). Sum of RGB (Red+Green+Blue) = 45+120+58=223 (29% of max value = 765). Red value is 45 (17.97% from 255 or 20.18% from 223); Green value is 120 (47.27% from 255 or 53.81% from 223); Blue value is 58 (23.05% from 255 or 26.01% from 223); Max value from RGB is 120 - color contains mainly: green. Hex color #2D783A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D783A is #D287C5. Grayscale: #5A5A5A. Windows color (decimal): -13797318 or 3831853. OLE color: 3831853.

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

Color convert

RGB4512058-
CMYK0.6300.520.53
HSL130.4º45.45%32.35%-
HSV(B)130.4º62.5%47.06%-
XYZ8.5614.36.31-
YUV90.51109.6595.54-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 20.18%
GREEN value IS 120 (47.27% from 255) = 53.81%
BLUE value IS 58 (23.05% from 255) = 26.01%
R=20.18%
G=53.81%
B=26.01%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal45120580.6300.520.53130.445.4532.35
Hex2D783A3F03435822d20
Octal551707277064652025540
Binary1011011111000111010111111011010011010110000010101101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D783A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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