#2D773D

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

Shades of Japanese Laurel #2D773D

Tints of Japanese Laurel #2D773D

Color information

#2D773D (or 0x2D773D) is unknown color: approx Japanese Laurel. HEX triplet: 2D, 77 and 3D. RGB value is (45,119,61). Sum of RGB (Red+Green+Blue) = 45+119+61=225 (29% of max value = 765). Red value is 45 (17.97% from 255 or 20% from 225); Green value is 119 (46.88% from 255 or 52.89% from 225); Blue value is 61 (24.22% from 255 or 27.11% from 225); Max value from RGB is 119 - color contains mainly: green. Hex color #2D773D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D773D is #D288C2. Grayscale: #5A5A5A. Windows color (decimal): -13797571 or 4028205. OLE color: 4028205.

HSL color Cylindrical-coordinate representation of color #2D773D: hue angle of 132.97º 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 #2D773D is Cyan = 0.62, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.53.

Color convert

RGB4511961-
CMYK0.6200.490.53
HSL132.97º45.12%32.16%-
HSV(B)132.97º62.18%46.67%-
XYZ8.5214.096.69-
YUV90.26111.4895.72-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 20%
GREEN value IS 119 (46.88% from 255) = 52.89%
BLUE value IS 61 (24.22% from 255) = 27.11%
R=20%
G=52.89%
B=27.11%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal45119610.6200.490.53132.9745.1232.16
Hex2D773D3E03135852d20
Octal551677576061652055540
Binary1011011110111111101111110011000111010110000101101101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D773D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,119,61); }

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

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

 a { background-color: rgb(45,119,61); }

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

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

 span { border-color: rgb(45,119,61); }

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