#2D773E

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

Shades of Japanese Laurel #2D773E

Tints of Japanese Laurel #2D773E

Color information

#2D773E (or 0x2D773E) is unknown color: approx Japanese Laurel. HEX triplet: 2D, 77 and 3E. RGB value is (45,119,62). Sum of RGB (Red+Green+Blue) = 45+119+62=226 (29% of max value = 765). Red value is 45 (17.97% from 255 or 19.91% from 226); Green value is 119 (46.88% from 255 or 52.65% from 226); Blue value is 62 (24.61% from 255 or 27.43% from 226); Max value from RGB is 119 - color contains mainly: green. Hex color #2D773E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D773E is #D288C1. Grayscale: #5A5A5A. Windows color (decimal): -13797570 or 4093741. OLE color: 4093741.

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

Color convert

RGB4511962-
CMYK0.6200.480.53
HSL133.78º45.12%32.16%-
HSV(B)133.78º62.18%46.67%-
XYZ8.5514.16.83-
YUV90.38111.9895.63-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 19.91%
GREEN value IS 119 (46.88% from 255) = 52.65%
BLUE value IS 62 (24.61% from 255) = 27.43%
R=19.91%
G=52.65%
B=27.43%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal45119620.6200.480.53133.7845.1232.16
Hex2D773E3E03035862d20
Octal551677676060652065540
Binary1011011110111111110111110011000011010110000110101101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D773E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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